From 01c45a2f4c70a09cfb0e8677636ce64e35db08ac Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 1 Nov 2014 14:51:02 +0000 Subject: Create app.yml --- app.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app.yml diff --git a/app.yml b/app.yml new file mode 100644 index 000000000..1e3d891ad --- /dev/null +++ b/app.yml @@ -0,0 +1,10 @@ +name: MCServer +image: ubuntu-14-04-x64 +config: + #cloud-config + packages: + - curl + runcmd: + - mkdir /minecraft + - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh + - nohup /minecraft/MCServer/MCServer & -- cgit v1.2.3