Bez popisu

Thomas Fanninger 4c4755c13b Migration před 11 roky
.SRCINFO 4c4755c13b Migration před 11 roky
PKGBUILD 4c4755c13b Migration před 11 roky
README.md 4c4755c13b Migration před 11 roky
app.ini.patch 4c4755c13b Migration před 11 roky
app_new.ini 4c4755c13b Migration před 11 roky
app_old.ini 4c4755c13b Migration před 11 roky
gogs.install 4c4755c13b Migration před 11 roky
gogs.service 4c4755c13b Migration před 11 roky

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