Sen descrición

Thomas Fanninger e7767930ab Change build system to Glide %!s(int64=9) %!d(string=hai) anos
.SRCINFO e7767930ab Change build system to Glide %!s(int64=9) %!d(string=hai) anos
.gitignore a34e593654 new package version %!s(int64=10) %!d(string=hai) anos
PKGBUILD e7767930ab Change build system to Glide %!s(int64=9) %!d(string=hai) anos
README.md e7767930ab Change build system to Glide %!s(int64=9) %!d(string=hai) anos
app.ini.patch 9dcfbbb0df Update to current commit version %!s(int64=9) %!d(string=hai) anos
app_new.ini 9dcfbbb0df Update to current commit version %!s(int64=9) %!d(string=hai) anos
app_old.ini 9dcfbbb0df Update to current commit version %!s(int64=9) %!d(string=hai) anos
gogs.install dd6efa538e correct bug with gogs user bash %!s(int64=10) %!d(string=hai) anos
gogs.service.patch 9dcfbbb0df Update to current commit version %!s(int64=9) %!d(string=hai) anos
gogs_new.service 9dcfbbb0df Update to current commit version %!s(int64=9) %!d(string=hai) anos
gogs_old.service 9dcfbbb0df Update to current commit version %!s(int64=9) %!d(string=hai) anos

README.md

Gogs

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

Open points

Install

$ wget https://aur.archlinux.org/packages/go/gogs-*/gogs-*.tar.gz
$ 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