Easy DigitalOcean Installer - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Easy DigitalOcean Installer (/thread-1692.html) |
Easy DigitalOcean Installer - bearbin - 12-23-2014 I have set up an easy digital ocean installer for MCServer. You can try it out here: http://doinstall.bearbin.net/install?url=https://github.com/mc-server/MCServer I'm still working on the auto-update component but that should be fairly easy. For now, it will install dependencies, create a user and area for MCS, download MCS, set up the webadmin, and set up an auto restarting instance. Then it will redirect you to a self-destructing page with info on how to log in. RE: Easy DigitalOcean Installer - sphinxc0re - 12-24-2014 If you did that, could you also create a Dockerfile for MCServer? RE: Easy DigitalOcean Installer - bearbin - 12-24-2014 We already have one. It's in the mcserver-docker repository. No auto-update though. I'm not that great with docker though, it's a bit complicated so it's probably not as good as the shell script one. I added auto update features to the shell script version now (no auto reboot though). |