summaryrefslogtreecommitdiffstats
path: root/app.yml
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2015-01-25 00:57:20 +0100
committerHowaner <franzi.moos@googlemail.com>2015-01-25 00:57:20 +0100
commit6678863f7f7c0fd29bc81e13144f0f054b0162eb (patch)
treea2ce3bb46e396f50f4742711864d9e0327df6457 /app.yml
parentAdded sponge. (diff)
parentGamosocm support (diff)
downloadcuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.tar
cuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.tar.gz
cuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.tar.bz2
cuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.tar.lz
cuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.tar.xz
cuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.tar.zst
cuberite-6678863f7f7c0fd29bc81e13144f0f054b0162eb.zip
Diffstat (limited to 'app.yml')
-rw-r--r--app.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app.yml b/app.yml
index 44edf0852..51f9b0f58 100644
--- a/app.yml
+++ b/app.yml
@@ -3,9 +3,7 @@ image: ubuntu-14-04-x64
config:
#cloud-config
packages:
- - curl
- - screen
+ - git
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
+ - cd /tmp && git clone https://github.com/cuberite/mcserver-ocean.git
+ - cd /tmp/mcserver-ocean && ./initialinstall.sh