暫無描述

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

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