summaryrefslogtreecommitdiffstats
path: root/app.yml
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-11-14 22:33:54 +0100
committerHowaner <franzi.moos@googlemail.com>2014-11-14 22:33:54 +0100
commita0e1e43fc187d79021b4e84e70729255f7f690e2 (patch)
tree933304dcec7bc698bf7c0f70fe8938d46c642113 /app.yml
parent... in this world (diff)
parentNoise3D: Added jungles. (diff)
downloadcuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar
cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.gz
cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.bz2
cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.lz
cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.xz
cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.zst
cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.zip
Diffstat (limited to 'app.yml')
-rw-r--r--app.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app.yml b/app.yml
new file mode 100644
index 000000000..44edf0852
--- /dev/null
+++ b/app.yml
@@ -0,0 +1,11 @@
+name: MCServer
+image: ubuntu-14-04-x64
+config:
+ #cloud-config
+ packages:
+ - curl
+ - screen
+ runcmd:
+ - mkdir /minecraft
+ - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
+ - cd /minecraft/MCServer && screen -S mcserver -d -m ./MCServer