Aucune description

Thomas Fanninger f6c04b3c0e Optimize make dep. il y a 9 ans
.SRCINFO f6c04b3c0e Optimize make dep. il y a 9 ans
.gitignore a34e593654 new package version il y a 10 ans
PKGBUILD f6c04b3c0e Optimize make dep. il y a 9 ans
README.md e7767930ab Change build system to Glide il y a 9 ans
app.ini.patch 9dcfbbb0df Update to current commit version il y a 9 ans
app_new.ini 9dcfbbb0df Update to current commit version il y a 9 ans
app_old.ini 9dcfbbb0df Update to current commit version il y a 9 ans
gogs.install dd6efa538e correct bug with gogs user bash il y a 10 ans
gogs.service.patch 9dcfbbb0df Update to current commit version il y a 9 ans
gogs_new.service 9dcfbbb0df Update to current commit version il y a 9 ans
gogs_old.service 9dcfbbb0df Update to current commit version il y a 9 ans

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