- Bower
- PHP >= 5.4
- Copy
config/autoload/local.php.dist
toconfig/autoload/local.php
- Edit the new file and enter your MySQL and RiotAPI Data
The Document root is public/
. Example Apache config:
<VirtualHost *:80>
DocumentRoot "/var/www/fsmpilol/public"
ServerName fsmpilol.localhost
SetEnv APPLICATION_ENV "development"
<Directory "/var/www/fsmpilol/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.json
tobower_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