minetest-bower/README.md
2015-08-09 16:57:48 +09:30

32 lines
308 B
Markdown

# Minetest Bower
## Using Heroku
Deploy:
```
git push heroku master
```
Run migrations:
```
heroku run php /app/yii migrate/up --interactive=0
```
View database:
```
heroku pg:psql
```
View logs:
```
heroku logs --tail
```
More info:
https://devcenter.heroku.com/articles/getting-started-with-php