illinois-cs241 / broadway

A distributed systems framework used running distributable workloads.
Other
18 stars 0 forks source link

Nice to Have: Deploy script #8

Open bhuvy2 opened 5 years ago

bhuvy2 commented 5 years ago

Right now you can deploy the api after knowing a good amount about the internals, setting up mongo etc.

We have codified setup in .travis.yml, but it'd be nice to refactor this to a deploy script for Ubuntu, so we can

I'd recommend fab, but as always there are other ways to skin a cat.