Sin descripción

Thomas Fanninger cfc2c1b072 Change build system to Glide hace 9 años
.SRCINFO cfc2c1b072 Change build system to Glide hace 9 años
.gitignore b2200888d5 new package version hace 10 años
PKGBUILD cfc2c1b072 Change build system to Glide hace 9 años
README.md cfc2c1b072 Change build system to Glide hace 9 años
app.ini.patch 25aff59101 Update version 0.9.13 hace 9 años
app_new.ini 25aff59101 Update version 0.9.13 hace 9 años
app_old.ini 25aff59101 Update version 0.9.13 hace 9 años
gogs.changelog 25aff59101 Update version 0.9.13 hace 9 años
gogs.install 5ad1925779 correct bug with gogs user bash hace 10 años
gogs.service.patch b2200888d5 new package version hace 10 años
gogs_new.service b2200888d5 new package version hace 10 años
gogs_old.service b2200888d5 new package version hace 10 años

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