Sen descrición

Thomas Fanninger 9a430c6364 Update changelog %!s(int64=10) %!d(string=hai) anos
.SRCINFO 9a430c6364 Update changelog %!s(int64=10) %!d(string=hai) anos
.gitignore b2200888d5 new package version %!s(int64=10) %!d(string=hai) anos
PKGBUILD 9a430c6364 Update changelog %!s(int64=10) %!d(string=hai) anos
README.md 3b52448f19 Migration %!s(int64=10) %!d(string=hai) anos
app.ini.patch 4ebc36383e Version 0.8.0 %!s(int64=10) %!d(string=hai) anos
app_new.ini 4ebc36383e Version 0.8.0 %!s(int64=10) %!d(string=hai) anos
app_old.ini 4ebc36383e Version 0.8.0 %!s(int64=10) %!d(string=hai) anos
gogs.changelog 9a430c6364 Update changelog %!s(int64=10) %!d(string=hai) anos
gogs.install 5ad1925779 correct bug with gogs user bash %!s(int64=10) %!d(string=hai) anos
gogs.service.patch b2200888d5 new package version %!s(int64=10) %!d(string=hai) anos
gogs_new.service b2200888d5 new package version %!s(int64=10) %!d(string=hai) anos
gogs_old.service b2200888d5 new package version %!s(int64=10) %!d(string=hai) anos
helper.sh b2200888d5 new package version %!s(int64=10) %!d(string=hai) anos

README.md

Gogs

PKGBUILD files for different versions of Gogs (Go Git Service).

Open points

  • Systemd service support
  • better file structure
  • Publishing on https://aur.archlinux.org
  • Test MariaDB and PostgreSQL installation
  • Test on armv6h (Raspberry Pi), armv7h (Cubieboard 2) and on x86_64
  • Documentation for usage and configuration

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