Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2.1 Download Gogs

Download Gogs and unpack into the its working directory.

2.2 Set Gogs up

Open command prompt window and navigate to directory where you have unpacked Gogs and run the following command:



Code Block
themeFadeToGrey
gogs web




gogs run

this will launch Gogs server, to proceed with an installation, enter the following web-address to address bar of your browser: 127.0.0.1:3000

...

Write the password of your database in the “Password” field and feel free to configure the Gogs at your discretion, but if you do not mind default settings, then simply hit “Install Gogs” button.

configuring the page

2.3 Create a repository

After pressing “Install Gogs” button you will be redirected to login page. If you have not entered administrator accounts data on configuration page, simply register an account, it will be granted administrators attributes automatically.

...