Keine Beschreibung

wicast ca291617be upgpkg 0.6.9 vor 10 Jahren
.SRCINFO ca291617be upgpkg 0.6.9 vor 10 Jahren
.gitignore 08291db2df Add ignore whitelist vor 10 Jahren
PKGBUILD ca291617be upgpkg 0.6.9 vor 10 Jahren
README.md 3b52448f19 Migration vor 10 Jahren
app.ini.patch 8e72eaf0c8 Version 0.6.5 vor 10 Jahren
app_new.ini e968dc72bc Update build script + add some workarounds vor 10 Jahren
app_old.ini e968dc72bc Update build script + add some workarounds vor 10 Jahren
gogs.changelog ca291617be upgpkg 0.6.9 vor 10 Jahren
gogs.install 3b52448f19 Migration vor 10 Jahren
gogs.service 3b52448f19 Migration vor 10 Jahren
helper.sh e968dc72bc Update build script + add some workarounds vor 10 Jahren

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