-
Notifications
You must be signed in to change notification settings - Fork 6
1. Installation
Vitaliy Zurian edited this page Nov 18, 2015
·
8 revisions
- php 5.3+
- mysql
- mandrill account
git clone [email protected]:thecatontheflat/atlassian-vendor-tools.git
cd project/folder
composer install
app/console doctrine:database:create
app/console doctrine:schema:update --force
Edit this file
app/config/parameters.yml
app/console server:run --env=prod