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 |
| This changes to the directory where Gogs is installed. |
| This starts the Gogs server. |
The Gogs ...