Нема описа

Thomas Fanninger 5bc2fbbd97 Update mksrcinfo пре 10 година
.SRCINFO 5bc2fbbd97 Update mksrcinfo пре 10 година
.gitignore 6c036b2969 new package version пре 10 година
PKGBUILD 0f18fd7234 Update to current commit пре 10 година
README.md 4c4755c13b Migration пре 11 година
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 година
helper.sh 6c036b2969 new package version пре 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