Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Installation

Joshua Worden edited this page Nov 3, 2015 · 1 revision
  • Fork this repository to your Github account. After forking, clone your fork to your machine.
  • Perform composer install composer install --no-interaction
  • Start your web server (PHP > 5.4 can use php app/console server:run)
  • Build ember application:
cd src/AppBundle/Resources/todo
npm install
bower install
ember build
  • Rebuild JS/CSS using assetic:
cd ../../../../
php app/console cache:clear
php app/console assetic:dump
Clone this wiki locally