Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 841 Bytes

File metadata and controls

21 lines (14 loc) · 841 Bytes
name From binary

Install from binary

All downloads come with support for PostgreSQL, MySQL, and SQLite 3 as database backend.

The Windows downloads with "mws" suffix have built-in Windows service support; if you use NSSM, download the normal versions for Windows.

Downloads are available in dl.gogs.io and GitHub releases.

How to use downloads?

  1. Check that prerequisites are installed
  2. Extract the archive.
  3. cd into the directory that was just created.
  4. Execute ./gogs web.
  5. Gogs will start up a HTTP service at port 3000 as default. Browse /install for initial configuration (e.g. http://localhost:3000/install).

To go further, see Configuration and run.