|
@@ -23,16 +23,28 @@ Create _gituser_ :
|
|
|
|
|
|
## Start gogs
|
|
|
|
|
|
+### Install binaries
|
|
|
+
|
|
|
The binary of gogs is unziped in `/home/gituser/`
|
|
|
|
|
|
[Download gogs binaries](https://gogs.io/docs/installation/install_from_binary)
|
|
|
|
|
|
+### Manually start gogs
|
|
|
+
|
|
|
Please launch gogs as gituser.
|
|
|
|
|
|
`$ sudo su gituser`
|
|
|
|
|
|
`$ /home/gituser/gogs/gogs web`
|
|
|
|
|
|
+### Automate gogs start when computer boots
|
|
|
+
|
|
|
+Find the script to start gogs programmatically in `Install/Templates/startgogs` in this repository. Put at the root of your gogs installation. Then, as _gituser_ :
|
|
|
+
|
|
|
+`crontab -e`
|
|
|
+
|
|
|
+And add the line : `@reboot /home/gituser/gogs/startgogs`
|
|
|
+
|
|
|
## Use ssh
|
|
|
|
|
|
### Add ssh key
|