|
|
11 gadi atpakaļ | |
|---|---|---|
| .SRCINFO | 11 gadi atpakaļ | |
| PKGBUILD | 11 gadi atpakaļ | |
| README.md | 11 gadi atpakaļ | |
| app.ini.patch | 11 gadi atpakaļ | |
| app_new.ini | 11 gadi atpakaļ | |
| app_old.ini | 11 gadi atpakaļ | |
| gogs.changelog | 11 gadi atpakaļ | |
| gogs.install | 11 gadi atpakaļ | |
| gogs.service | 11 gadi atpakaļ |
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