This project is developped with Silex microframework
Fork this repository and clone it to your machine
$ brew install composer
OR
$ curl -s https://getcomposer.org/installer | php
Install dependencies with Composer
$ composer install
<VirtualHost *:80>
ServerName uxl.dev
DocumentRoot "/path/to/project/uxlausanne/web"
DirectoryIndex index.php
<Directory "/path/to/project/uxlausanne/web">
AllowOverride All
Allow from all
</Directory>
</VirtualHost>
Don't forget to modify your hosts for uxl.dev
Run : http://uxl.dev/index_dev.php
$ gem install capistrano -v 2.15.5
$ gem install railsless-deploy
$ git push
$ cap dev deploy
$ git push
$ cap production deploy