Нема описа

Thomas Fanninger 5ad1925779 correct bug with gogs user bash пре 10 година
.SRCINFO 5ad1925779 correct bug with gogs user bash пре 10 година
.gitignore b2200888d5 new package version пре 10 година
PKGBUILD 5ad1925779 correct bug with gogs user bash пре 10 година
README.md 3b52448f19 Migration пре 10 година
app.ini.patch f14a0e216a Version 0.7.0 пре 10 година
app_new.ini 47df7aac6f Version 0.7.6 пре 10 година
app_old.ini 2072c5c700 Version 0.7.19 пре 10 година
gogs.changelog 2072c5c700 Version 0.7.19 пре 10 година
gogs.install 5ad1925779 correct bug with gogs user bash пре 10 година
gogs.service.patch b2200888d5 new package version пре 10 година
gogs_new.service b2200888d5 new package version пре 10 година
gogs_old.service b2200888d5 new package version пре 10 година
helper.sh b2200888d5 new package version пре 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