-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you have any documentation? #7
Comments
Seconded - seems like a great tool but I wasn't able to get this up and running locally in IIS without any documentation. Even some minimal steps for setting this up would be great - or if a docker container could be published to DockerHub that would be great too. |
@uetoyo @TylerNielsen I was able to get the .NET Core version (sorta) working. After cloning the repo, build the AutoHelp.web.netcore project, then run it: # Change into cloned repo dir
$ cd autohelp/AutoHelp.web.netcore
# Build the project
$ dotnet build AutoHelp.web.netcore.csproj
...project builds...
# Run the server
$ dotnet bin/Debug/netcoreapp2.0/AutoHelp.web.netcore.dll
Hosting environment: Production
Content root path: /home/marsh/repos/autohelp/AutoHelp.web.netcore
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down. If you then navigate to The wiki says to upload the DLL and XML doc files using the "Manage" section in the UI, but I was unable to get that working. As a workaround, I shut down the server, manually copied my DLL and XML doc file into |
This project might be dead. Check out an alternative I created last year: Doxie |
It seems like a nice project, but I don't know where to start. Your project is mentioned here: https://visualstudiomagazine.com/articles/2017/02/21/vs-dotnet-code-documentation-tools-roundup.aspx
The text was updated successfully, but these errors were encountered: