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)
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 & snapshots
Have 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.
- Symfony2 v2.3 documentation
- Sonata Block
- Sonata Admin
- Sonata User
- Sonata Media
- a Sonata CMS tutorial
Note that Sonata Page is not part of this project for now.
- Contributing / debugging : use issues or send a pull requests
- Implementation help: tech@lespolypodes.com
- Training, pricing plans, beers, investments, love, tartiflettes : contact@lespolypodes.com