Skip to content

1. Installation

Vitaliy Zurian edited this page Nov 18, 2015 · 8 revisions

Requirements

  • php 5.3+
  • mysql
  • mandrill account

Step 1 — Clone the project

git clone [email protected]:thecatontheflat/atlassian-vendor-tools.git

Step 2 — Install dependencies

cd project/folder
composer install

Step 3 — Create DB & Schema

app/console doctrine:database:create
app/console doctrine:schema:update --force

Step 4 — Change configuration if needed

Edit this file

app/config/parameters.yml

Step 5 — Run

app/console server:run --env=prod
Clone this wiki locally