暫無描述

Thomas Fanninger bacfb18b73 Version 0.6.3 10 年之前
.SRCINFO 3b52448f19 Migration 10 年之前
PKGBUILD bacfb18b73 Version 0.6.3 10 年之前
README.md 3b52448f19 Migration 10 年之前
app.ini.patch bacfb18b73 Version 0.6.3 10 年之前
app_new.ini bacfb18b73 Version 0.6.3 10 年之前
app_old.ini bacfb18b73 Version 0.6.3 10 年之前
gogs.changelog bacfb18b73 Version 0.6.3 10 年之前
gogs.install 3b52448f19 Migration 10 年之前
gogs.service 3b52448f19 Migration 10 年之前

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