1
0
cuberite-2a/app.yml

12 lines
313 B
YAML
Raw Normal View History

2014-11-01 14:51:02 +00:00
name: MCServer
image: ubuntu-14-04-x64
config:
#cloud-config
packages:
- curl
2014-11-02 10:17:09 +00:00
- screen
2014-11-01 14:51:02 +00:00
runcmd:
- mkdir /minecraft
- cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
2014-11-02 10:27:39 +00:00
- screen -S mcserver -d -m 'cd /minecraft/MCServer && ./MCServer'