Aucune description

Thomas Fanninger 0b7209ebda new package version, remove redis and memcache tags (now default) il y a 10 ans
.SRCINFO 0b7209ebda new package version, remove redis and memcache tags (now default) il y a 10 ans
.gitignore a34e593654 new package version il y a 10 ans
PKGBUILD 0b7209ebda new package version, remove redis and memcache tags (now default) il y a 10 ans
README.md 6a81e0df03 Migration il y a 10 ans
app.ini.patch a34e593654 new package version il y a 10 ans
app_new.ini a34e593654 new package version il y a 10 ans
app_old.ini a34e593654 new package version il y a 10 ans
gogs.install 6a81e0df03 Migration il y a 10 ans
gogs.service.patch a34e593654 new package version il y a 10 ans
gogs_new.service a34e593654 new package version il y a 10 ans
gogs_old.service a34e593654 new package version il y a 10 ans
helper.sh a34e593654 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 support
    • PostgreSQL support
  • Test on armv6h (Raspberry Pi), armv7h (Cubieboard 2) and on x86_64
  • Documentation for usage and configuration - Started with Archlinux Wiki page https://wiki.archlinux.org/index.php/Gogs
  • Read dependencies out of ".gopmfile"

Install

$ wget https://aur.archlinux.org/packages/go/gogs-*/gogs-*.tar.gz
$ 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