Keine Beschreibung

Thomas Fanninger 1fb896bec6 Bugfix wrong commit version in .gopmfile vor 10 Jahren
.SRCINFO 1fb896bec6 Bugfix wrong commit version in .gopmfile vor 10 Jahren
.gitignore a34e593654 new package version vor 10 Jahren
PKGBUILD 1fb896bec6 Bugfix wrong commit version in .gopmfile vor 10 Jahren
README.md 6a81e0df03 Migration vor 11 Jahren
app.ini.patch 9dcfbbb0df Update to current commit version vor 10 Jahren
app_new.ini 9dcfbbb0df Update to current commit version vor 10 Jahren
app_old.ini 9dcfbbb0df Update to current commit version vor 10 Jahren
gogs.install dd6efa538e correct bug with gogs user bash vor 10 Jahren
gogs.service.patch 9dcfbbb0df Update to current commit version vor 10 Jahren
gogs_new.service 9dcfbbb0df Update to current commit version vor 10 Jahren
gogs_old.service 9dcfbbb0df Update to current commit version vor 10 Jahren
helper.sh a34e593654 new package version vor 10 Jahren

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