summarylogtreecommitdiffstats
path: root/README.md
blob: 93b05423e1593f1fb0e74c5bf146b8c33e390689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Gogs
PKGBUILD files for different versions of Gogs (Go Git Service).

## Open points

## 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
```