-
Couldn't load subscription status.
- Fork 410
More detailed instruction for building from source #31
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
Conversation
- This can be useful if system's Go version is old and user wants to locally install Go.
- Show how to isolate Go and Gogs installations from system. - Show how to properly setup Gogs so it only runs as a local server but produces correct links for hosted repositories. - Show how to properly link Gogs with nginx - Show how to automatically start Gogs service under linux(init.d)
Never mind the comments I've made, it looks great! I'll do the rest of syntax fix thing.
More detailed instruction for building from source
You're able to see it here now: http://gogs.io/docs/advanced/configuration_for_source_bulids.html thanks again!
@unknwon Thanks for taking care of typos and links.
I found an issue with link at the bottom of the http://gogs.io/docs/installation/install_from_source.html
where I am linking to the /docs/advanced/configuration_for_source_builds.md
Clicking on it takes me to a blank page!
Fixed, there was a typo in filename, too 😄
Building on the original .md files for building from git/source of Gogs, I have added some step by step instruction on how to properly setup Gogs.