Нет описания

Thomas Fanninger ad22c140c6 Workaround for https://github.com/gogits/gogs/issues/1664 10 лет назад
.SRCINFO ad22c140c6 Workaround for https://github.com/gogits/gogs/issues/1664 10 лет назад
PKGBUILD ad22c140c6 Workaround for https://github.com/gogits/gogs/issues/1664 10 лет назад
README.md 4c4755c13b Migration 10 лет назад
app.ini.patch c79b173bcf Update PKGBUILD 10 лет назад
app_new.ini c79b173bcf Update PKGBUILD 10 лет назад
app_old.ini c79b173bcf Update PKGBUILD 10 лет назад
gogs.install 4c4755c13b Migration 10 лет назад
gogs.service 4c4755c13b Migration 10 лет назад
helper.sh ac4daf2193 Update build script + add some workarounds 10 лет назад

README.md

Gogs

PKGBUILD files for different versions of Gogs (Go Git Service).

Open points

Install

$ tar -xvzf /<path to Tarball>/gogs-*.tar.gz
$ cd <package-name>
$ makepkg
$ pacman -U gogs-*.tgz

Configuration

Enable and start systemd servicd

$ systemctl enable gogs.service
$ systemctl start gogs.service

Logging

After start of the service every log entry is over journalctl displayable.

$ journalctl -f -u gogs.service