document commands

This commit is contained in:
cornernote 2015-08-11 20:45:59 +09:30
parent 107250ca7a
commit 80ceff2db0

View File

@ -24,7 +24,6 @@ Install dependencies with composer:
composer install
```
## Using Heroku
Deploy:
@ -56,6 +55,22 @@ More info:
https://devcenter.heroku.com/articles/getting-started-with-php
## Application Commands
Update all packages from git repositories:
```
heroku run php /app/yii package/update
```
Import mods from MTPM:
```
heroku run php /app/yii package/import-mtpm
```
## Resources
* [Homepage](https://minetest-bower.herokuapp.com/)