|
|
il y a 10 ans | |
|---|---|---|
| .SRCINFO | il y a 10 ans | |
| .gitignore | il y a 10 ans | |
| PKGBUILD | il y a 10 ans | |
| README.md | il y a 10 ans | |
| app.ini.patch | il y a 10 ans | |
| app_new.ini | il y a 10 ans | |
| app_old.ini | il y a 10 ans | |
| gogs.install | il y a 10 ans | |
| gogs.service.patch | il y a 10 ans | |
| gogs_new.service | il y a 10 ans | |
| gogs_old.service | il y a 10 ans | |
| helper.sh | il y a 10 ans |
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