|
|
hace 10 años | |
|---|---|---|
| .SRCINFO | hace 10 años | |
| PKGBUILD | hace 10 años | |
| README.md | hace 10 años | |
| app.ini.patch | hace 10 años | |
| app_new.ini | hace 10 años | |
| app_old.ini | hace 10 años | |
| gogs.install | hace 10 años | |
| gogs.service | hace 10 años | |
| helper.sh | hace 10 años |
PKGBUILD files for different versions of Gogs (Go Git Service).
$ tar -xvzf /<path to Tarball>/gogs-*.tar.gz
$ cd <package-name>
$ makepkg
$ pacman -U gogs-*.tgz
Enable and start systemd servicd
$ systemctl enable gogs.service
$ systemctl start gogs.service
After start of the service every log entry is over journalctl displayable.
$ journalctl -f -u gogs.service