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)
- Do the same for the repository folder location (which must also be in a place where the user has write permissions)
- Should now be ready to go
Note: First user to register gets administrator priviledges, so you should probably do that now
there must be first availability to select sqlite as a backend, does not work even after downloading tag sqlite.
love this kinda tutorials...
easy & simple, one of the less painfull instalations...
just let you know:
best luck with this no painfull, easy 5 minute installing software
good that i am i experienced user of linux otherwise i will not try to install it 38 times a day