1
0

Create app.yml

This commit is contained in:
Alexander Harkness 2014-11-01 14:51:02 +00:00
parent 2b7f34515a
commit 01c45a2f4c

10
app.yml Normal file
View File

@ -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 &