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