Sen descrición

Thomas Fanninger b6dbd7f161 update source %!s(int64=9) %!d(string=hai) anos
.SRCINFO b6dbd7f161 update source %!s(int64=9) %!d(string=hai) anos
.gitignore 6c036b2969 new package version %!s(int64=10) %!d(string=hai) anos
PKGBUILD b6dbd7f161 update source %!s(int64=9) %!d(string=hai) anos
README.md 4c4755c13b Migration %!s(int64=10) %!d(string=hai) anos
app.ini.patch b6dbd7f161 update source %!s(int64=9) %!d(string=hai) anos
app_new.ini b6dbd7f161 update source %!s(int64=9) %!d(string=hai) anos
app_old.ini b6dbd7f161 update source %!s(int64=9) %!d(string=hai) anos
gogs.install ebd9c655a6 correct bug with gogs user bash %!s(int64=10) %!d(string=hai) anos
gogs.service.patch 6c036b2969 new package version %!s(int64=10) %!d(string=hai) anos
gogs_new.service 6c036b2969 new package version %!s(int64=10) %!d(string=hai) anos
gogs_old.service 6c036b2969 new package version %!s(int64=10) %!d(string=hai) anos
helper.sh 6c036b2969 new package version %!s(int64=10) %!d(string=hai) anos

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