We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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