1
0
cuberite-2a/app.yml

12 lines
311 B
YAML
Raw Normal View History

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