Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 272 Bytes

File metadata and controls

17 lines (11 loc) · 272 Bytes

geeklock

A Symfony project created on May 24, 2017, 6:53 pm.

cd web
php -S localhost:8080

http://localhost:8080/app_dev.php

Heroku commands

heroku ps:scale web=1
heroku config:set SYMFONY_ENV=prod
heroku logs --tail
heroku run bash