Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 741 Bytes

INSTALL.md

File metadata and controls

22 lines (19 loc) · 741 Bytes

Install for dev.

Requirements

Installing

Working locally with the Vagrantbox, you preferably run the part to the console commands outside the box, and the rest must be done inside the box.

  • nvm use
  • npm install -g phantomjs
  • Add PhantomJS to PATH:
  • export PATH="$HOME/.nvm/versions/node/v6.9.5/lib/node_modules/phantomjs/lib/phantom/bin/:$PATH"
  • npm -g install phantomjs-prebuilt
  • yarn install
  • bin/console doctrine:schema:create
  • bin/console fos:user:create admin --super-admin
  • mysql -uroot -ppassword impono_db < oauth/oauth2_client.sql
  • bin/console c:c
  • bin/console c:w