Run the following commands to install reposeed-server and change your directory to reposeed's source code directory.
go get -v -u github.com/okkur/reposeed-server
cd $GOPATH/src/github.com/okkur/reposeed-server
Rename .env.example to .env and change the values in the file.
Then run the following command to install packr
make packr
In case you made any changes on templates run make
or packr install .
to bundle templates into the generated binary.
No documentation available yet. Start your first contribution with some documentation.
See how you can contribute with our contribution guide.