cuberite/app.yml

12 lines
311 B
YAML
Raw Normal View History

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