A tool to handle creation and distribution of ProtoMol simulations.
- Get package dependancies
go get -u ./...
- Install Goose
go get -u bitbucket.org/liamstask/goose/cmd/goose
- Move into the assets directory
cd assets
- Run the database migrations
goose up
- Start the server
go run ../*.go