Gogs

Posted on sam. 24 novembre 2018 in Development • Tagged with scm, git, gogs

A painless self-hosted Git service.

Installation

apt install git openssh-server mariadb-server
adduser -md /home/git git
su git
cd ~
wget https://dl.gogs.io/0.11.4/linux_amd64.tar.gz
tar zxvf linux_amd64.tar.gz
cd gogs
./gogs web

Configuration

# vim /etc/systemd/system/gogs.service
[Unit]
Description=Gogs (Go …

Continue reading