question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation instructions fail for 2.5.2

See original GitHub issue

The getting started docs for using docfx from DNX include:

dnu commands install docfx

That manages to find v2.5.2, but fails at the end with:

The specified package is not an application. The package was added but no commands were installed.

(Nothing is added to the dnx\packages\docfx directory as far as I can see.)

Presumably this is due to phasing out the DNX branch entirely, but it would be worth removing the non-working instructions (and ideally replacing them with working ones…)

Using the zip file from 2.5.2 works to some extent, although it’s throwing an exception which I’ll report separately…

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

12reactions
lionpelouxcommented, Oct 27, 2016

Ok, I’ve managed to make it work. I wasn’t using the command line properly. If you’re on mac, and are not an expert (like me) this might help you :

  • install mono for mac
  • Install the tutorial C# project
  • Download the last release of docfx
  • Just unzip the file to the docfx-seed project folder : docfx-seed/docf/
  • cd to your docfx-seed directory, where the docfx.json file resides
  • build the doc with the following command : mono docfx/docfx.exe build
  • you can serve the _site folder with the following command : mono docfx/docfx.exe serve

Maybe this few lines could be added to the readme or startup guidelines as they might help people setting up this great tool ??

1reaction
SeaDudecommented, Jul 1, 2019

I was able to get this running. I’m not sure exactly what changed. Here is what I did:

  • sudo apt install mono-devel (even though I already had mono installed)
  • sudo apt install mono-complete
  • cd docfx/docfx-seed-master
  • mono docfx/docfx.exe build
  • mono docfx/docfx.exe serve
  • new terminal firefox http://localhost:8080 Its weird to me that it serves the directory up rather than the site itself. screenshot from 2018-07-01 21-48-46 Clicking _site shows the correct site (yay!) screenshot from 2018-07-01 21-49-23
Read more comments on GitHub >

github_iconTop Results From Across the Web

Buildout error while installing senaite - How-to
I am trying to install senaite using the following instructions . ... Getting distribution for 'simplejson==2.5.2'.
Read more >
EDconnect Installation & User Guide - FSA Partner Connect
August 2021. EDconnect Installation and User Guide. 21. 2.5.2 Setting up EDconnect without Imported Security Settings. 1. Start EDconnect.
Read more >
Exception: ('Compilation failed (return status=1)... error after ...
I'm completely new to PyMC and this exception occurred after installing for the first time (with Anaconda) and trying to execute this basic ......
Read more >
2 Installation, Patching, and Configuration
Note: This chapter contains issues you might encounter while installing, patching, or configuring any of the Oracle Fusion Middleware products.
Read more >
Install past releases of the AWS CLI version 2
Installation instructions. Follow these steps from the command line to install the AWS CLI on Linux. We provide the steps in one easy...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found