Нема описа

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