document commands
This commit is contained in:
parent
107250ca7a
commit
80ceff2db0
17
README.md
17
README.md
@ -24,7 +24,6 @@ Install dependencies with composer:
|
|||||||
composer install
|
composer install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Using Heroku
|
## Using Heroku
|
||||||
|
|
||||||
Deploy:
|
Deploy:
|
||||||
@ -56,6 +55,22 @@ More info:
|
|||||||
https://devcenter.heroku.com/articles/getting-started-with-php
|
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
|
## Resources
|
||||||
|
|
||||||
* [Homepage](https://minetest-bower.herokuapp.com/)
|
* [Homepage](https://minetest-bower.herokuapp.com/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user