Няма описание

Thomas Fanninger 4cb64962d5 Correct a PKGBUILD issue преди 10 години
.SRCINFO 4cb64962d5 Correct a PKGBUILD issue преди 10 години
.gitignore 08291db2df Add ignore whitelist преди 10 години
PKGBUILD 4cb64962d5 Correct a PKGBUILD issue преди 10 години
README.md 3b52448f19 Migration преди 10 години
app.ini.patch a88056875d Release v0.6.15 преди 10 години
app_new.ini a88056875d Release v0.6.15 преди 10 години
app_old.ini a88056875d Release v0.6.15 преди 10 години
gogs.changelog a88056875d Release v0.6.15 преди 10 години
gogs.install 3b52448f19 Migration преди 10 години
gogs.service 3b52448f19 Migration преди 10 години
helper.sh e968dc72bc Update build script + add some workarounds преди 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