Нет описания

Thomas Fanninger 03357c7ed4 Change build system to Glide 10 лет назад
.SRCINFO 03357c7ed4 Change build system to Glide 10 лет назад
.gitignore 6c036b2969 new package version 10 лет назад
PKGBUILD 03357c7ed4 Change build system to Glide 10 лет назад
README.md 03357c7ed4 Change build system to Glide 10 лет назад
app.ini.patch 0f18fd7234 Update to current commit 10 лет назад
app_new.ini 0f18fd7234 Update to current commit 10 лет назад
app_old.ini 0f18fd7234 Update to current commit 10 лет назад
gogs.install ebd9c655a6 correct bug with gogs user bash 10 лет назад
gogs.service.patch 0f18fd7234 Update to current commit 10 лет назад
gogs_new.service 0f18fd7234 Update to current commit 10 лет назад
gogs_old.service 0f18fd7234 Update to current commit 10 лет назад

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