This is a tutorial that describes how to set up a private git (github) server for a smallish development team.
- Download GOGS binary Zip File
- Unzip to folder
- Run: sudo apt-get install sqlite3
- Run GOGS: ./gogs web
- Goto install page: http://hostname:3000/install
- Set to use sqlite3 as the database backend
- Set USER to run as, preferrably not root if it will be internet facing.
- Set Database file location (Make sure database file location is set to a folder where that same user has write permissions)