Skip to content

Commit

Permalink
Create app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Nov 1, 2014
1 parent 2b7f345 commit 01c45a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.yml
@@ -0,0 +1,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 &

0 comments on commit 01c45a2

Please sign in to comment.