Sin descripción

Thomas Fanninger 626db9ab94 Bugfix wrong commit version in .gopmfile hace 9 años
.SRCINFO 626db9ab94 Bugfix wrong commit version in .gopmfile hace 9 años
.gitignore 6c036b2969 new package version hace 10 años
PKGBUILD 626db9ab94 Bugfix wrong commit version in .gopmfile hace 9 años
README.md 4c4755c13b Migration hace 10 años
app.ini.patch 0f18fd7234 Update to current commit hace 9 años
app_new.ini 0f18fd7234 Update to current commit hace 9 años
app_old.ini 0f18fd7234 Update to current commit hace 9 años
gogs.install ebd9c655a6 correct bug with gogs user bash hace 10 años
gogs.service.patch 0f18fd7234 Update to current commit hace 9 años
gogs_new.service 0f18fd7234 Update to current commit hace 9 años
gogs_old.service 0f18fd7234 Update to current commit hace 9 años
helper.sh 6c036b2969 new package version hace 10 años

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