Brak opisu

Thomas Fanninger f9432630b3 Update dependencies 10 lat temu
.SRCINFO f9432630b3 Update dependencies 10 lat temu
PKGBUILD f9432630b3 Update dependencies 10 lat temu
README.md 3b52448f19 Migration 10 lat temu
app.ini.patch 8e72eaf0c8 Version 0.6.5 10 lat temu
app_new.ini 8e72eaf0c8 Version 0.6.5 10 lat temu
app_old.ini 8e72eaf0c8 Version 0.6.5 10 lat temu
gogs.changelog ad0503cdd0 Update changelog 10 lat temu
gogs.install 3b52448f19 Migration 10 lat temu
gogs.service 3b52448f19 Migration 10 lat temu

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