Gogs 989c8a4e12 initial commit | 4 years ago | |
---|---|---|
gogs | 4 years ago | |
README.md | 4 years ago |
Documentation about things done to set up server.
Use binary distribution of Gogs. Only thing changed was the LANDING_PAGE
directive so that the user will always be taken to the explore page.oSet up Apache2 and systemd for Gogs. A copy of the configuration file is in the gogs folder.
The init script is registered with systemd so it starts server on boot and allows restarting for config changes.
The site configuration file tells Apache2 to proxy the domain to gogs that is set up by default listening on localhost on port 3000.