This repository hosts the Vespolina website. For Vespolina documentation, see the https://github.com/vespolina/vespolina-docs repository.
The site is build with Symfony CMF components.
- Clone the project from github
- Copy
app/config/parameters.yml.dist
toapp/config/parameters.yml
and adjust values to your need - Run
composer install
- Create your own parameters.yml
- Create a vhost for your project
- Execute the follow commands
$ php app/console doctrine:database:create
$ php app/console doctrine:phpcr:init:dbal
$ php app/console doctrine:phpcr:repository:init
$ php app/console doctrine:phpcr:fixtures:load
If all has gone well, you should now be able to view a homepage. It will most probably redirect you to /en. Everything below the navigation comes from PHPCR.
A quick layout is build from bootstrap's template 'Justified nav'. Custom CSS is build with SASS from the VespolinaSiteBundle