- Bower
- PHP >= 5.4
- Copy
config/autoload/local.php.disttoconfig/autoload/local.php - Edit the new file and enter your MySQL data
The Document root is public/. Example Apache config:
<VirtualHost *:80>
DocumentRoot "/var/www/fsmpivideo/public"
ServerName fsmpivideo.localhost
SetEnv APPLICATION_ENV "development"
<Directory "/var/www/fsmpivideo/public">
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Dont forget to enable mod_rewrite
- Open Commandline
- Navigate to your cloned repository
- run
bower install - run
php composer.phar install - run
php vendor/bin/doctrine-module orm:schema-tool:create - rename
bower_components/iscroll/package.jsontobower_components/iscroll/bower.json(Yes, this is a bad fix until my pull request to bower-module is accepted) - run
php public/index.php bower prepare-packs