summaryrefslogtreecommitdiffstats
path: root/app.yml
blob: d46f2a5283ff9e37c2b52dd817c6b803c4e3d502 (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
    - nohup
  runcmd:
    - mkdir /minecraft
    - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
    - nohup /minecraft/MCServer/MCServer &