-
Notifications
You must be signed in to change notification settings - Fork 113
Development: Aisel commands
Ivan edited this page Dec 1, 2015
·
7 revisions
Install all demo data (check http://ecommerce.aisel.co/)
php app/console doctrine:fixtures:load
Install(Reinstall) Aisel (installs frontend dependencies with Bower & loads demo data)
php app/console aisel:install
Generate sitemap.xml
php app/console aisel:sitemap:generate
Create needed directories and files
php app/console aisel:install:files
Testing Frontend with Protractor - http://angular.github.io/protractor/#/
protractor frontend/protractor/conf.js
protractor backend/protractor/conf.js
PHPUnit - https://phpunit.de/
bin/phpunit -c app src/
PHPSpec - http://phpspec.net/
bin/phpspec run