How-to: http://polypodes.github.io/ReferencesEngine/
References Engine is a Symfony2-based References Books Generator.
It purposes is to give our salesforce unicorns a way to generate neat PDFs of our best references, to be attached to their call for tender / competing offers bids.
MIT licensed by Les Polypodes (Nantes, France)
Current working branch is dev
!
Use / adapt the ./doc/apache2.vhost.conf
file,
then add this line to your /etc/hosts
file:
127.0.0.1 references
git clone https://github.com/polypodes/ReferencesEngine.git references
cd references
make
make install
In short,
make
command run composer, then add required assets (assets & upload dirs, etc.)make install
command creates db, schema, website, routes & snapshotsHave a look at the Makefile to check all the make
available commands
php app/console fos:user:create admin tech@lespolypodes.com --super-admin
password: lol (to match with the behat tests)
Create and customize your test environment variables:
mv behat.yml.dist behat.yml
[open editor] behat.yml
To check your scenarii syntax:
bin/behat --story-syntax --lang fr
To check the available Behat tips:
bin/behat -dl --lang=fr
To test your scenarii:
bin/behat --lang=fr "@ApplicationSonataAdminBundle"
Preview is not available, so here's a cat instead:
We have no limits.
Note that Sonata Page is not part of this project for now.