summaryrefslogtreecommitdiffstats
path: root/app.yml
blob: 26039f1a0a5047baf5251ff55cea7f351afc6370 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
name: MCServer
image: ubuntu-14-04-x64
config:
  #cloud-config
  packages:
    - curl
    - screen
  runcmd:
    - mkdir /minecraft
    - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
    - screen -S mcserver -d -m 'cd /minecraft/MCServer && ./MCServer'