summaryrefslogtreecommitdiffstats
path: root/app.yml
diff options
context:
space:
mode:
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