| name | 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.
- Check that prerequisites are installed
- Extract the archive.
cdinto the directory that was just created.- Execute
./gogs web. - Gogs will start up a HTTP service at port
3000as default. Browse/installfor initial configuration (e.g. http://localhost:3000/install).
To go further, see Configuration and run.