暫無描述

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