Installation instructions fail for 2.5.2
See original GitHub issueThe 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:
- Created 7 years ago
- Comments:19 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 :
docfx-seed/docf/
docfx-seed
directory, where thedocfx.json
file residesmono docfx/docfx.exe build
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 ??
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
firefox http://localhost:8080
Its weird to me that it serves the directory up rather than the site itself._site
shows the correct site (yay!)