How-to: http://polypodes.github.io/ReferencesEngine/
Current work: dev branch
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 installIn short,
makecommand run composer, then add required assets (assets & upload dirs, etc.)make installcommand 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 [email protected] --super-adminpassword: lol (to match with the behat tests)
Create and customize your test environment variables:
mv behat.yml.dist behat.yml
[open editor] behat.ymlTo check your scenarii syntax:
bin/behat --story-syntax --lang frTo check the available Behat tips:
bin/behat -dl --lang=frTo 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: [email protected]
- Training, pricing plans, beers, investments, love, tartiflettes : [email protected]