I host my Minecraft server on DigitalOcean, who provides me with reasonable rates. Unfortunately, though, $20/month for a Minecraft server I'm in only every several days seems a bit excessive.
Enter Minecraft Manager! What does it do?
As you can probably tell, this is very much a work in progress. Much more to come soon.
Before you do anything else, now would be a good time to generate an access token on DigitalOcean.
To get the app set up, simply run:
$ ./bin/setup
This will create two new users with emails "test@example.com" and "test@example.org" and password "testtest" for both. I recommend that you create a new account, as neither of these accounts will have an associated access token.
You'll need to run both the Rails server and Sidekiq simultaneously to get the app to work in it's full capacity.
Start the Rails server:
bundle exec rails server
Start Sidekiq:
bundle exec sidekiq
You should now be able to visit the running application at http://localhost:3000 and create an account with your access token.
Happy Hacking!
feature-add-new-thing
, bugfix-fix-broken-thing
, etc).Please and thank you!