Gogs Installation

Learn about the configuration and installation of Gogs.

We'll cover the following...

Step 1: Install Gogs

Start the Gogs server:

  • Open a new terminal window
  • cd gogs
  • ./gogs web -port 8000
  • Minimize the terminal window

Commands

Command / Parameter

Description

cd /home/devops/dk/gogs

This changes to the directory where Gogs is installed.

./gogs web

This starts the Gogs server.

The Gogs ...