Comments on How to Install Gogs Go Git Service on Ubuntu 16.04

Gogs is free and open source Git service written in Go language. Gogs is a painless self-hosted git service that allows you to create and run your own Git server on a minimal hardware server. Gogs web-UI is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Franck Jullien

 Good tutorial. However, I had to remove the default sites-enabled of nginx: unlink /etc/nginx/sites-enabled/default

 

Franck.

By: Ed_2

This is a great guide but slightly outdated.

The directories and link from go get github.com/gogits/gogs need to be changed to  github.com/gogs/gogs 

Following from previous comment you need to add  unlink /etc/nginx/sites-enabled/default