Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.28 KB

Development

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.

Documentation

No documentation available yet. Start your first contribution with some documentation.

See how you can contribute with our contribution guide.