Aucune description

Thomas Fanninger 3debb58d29 bug in PKGBUILD il y a 9 ans
.SRCINFO 3debb58d29 bug in PKGBUILD il y a 9 ans
.gitignore b2200888d5 new package version il y a 10 ans
PKGBUILD 3debb58d29 bug in PKGBUILD il y a 9 ans
README.md 3b52448f19 Migration il y a 10 ans
app.ini.patch 0c73e48144 Gogs version 0.9.0 il y a 9 ans
app_new.ini 0c73e48144 Gogs version 0.9.0 il y a 9 ans
app_old.ini 0c73e48144 Gogs version 0.9.0 il y a 9 ans
gogs.changelog 0c73e48144 Gogs version 0.9.0 il y a 9 ans
gogs.install 5ad1925779 correct bug with gogs user bash il y a 10 ans
gogs.service.patch b2200888d5 new package version il y a 10 ans
gogs_new.service b2200888d5 new package version il y a 10 ans
gogs_old.service b2200888d5 new package version il y a 10 ans
helper.sh b2200888d5 new package version il y a 10 ans

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