Няма описание

Thomas Fanninger 5bc2fbbd97 Update mksrcinfo преди 9 години
.SRCINFO 5bc2fbbd97 Update mksrcinfo преди 9 години
.gitignore 6c036b2969 new package version преди 10 години
PKGBUILD 0f18fd7234 Update to current commit преди 9 години
README.md 4c4755c13b Migration преди 10 години
app.ini.patch 0f18fd7234 Update to current commit преди 9 години
app_new.ini 0f18fd7234 Update to current commit преди 9 години
app_old.ini 0f18fd7234 Update to current commit преди 9 години
gogs.install ebd9c655a6 correct bug with gogs user bash преди 10 години
gogs.service.patch 0f18fd7234 Update to current commit преди 9 години
gogs_new.service 0f18fd7234 Update to current commit преди 9 години
gogs_old.service 0f18fd7234 Update to current commit преди 9 години
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