- Clone of repository
git clone https://github.com/tkrebs/ep3-bs.git
- Download and install composer
curl -sS https://getcomposer.org/installer | php
- Download required dependencies
php composer.phar install
- Configure config/autoload/local.php
- Restore Database and set permissions
- Set file permissions, so that following directories can be written by apache process:
data/cache/
data/log/
data/session/
public/docs-client/upload/
public/imgs-client/upload/
- (optional) Switch to development branch
git pull origin develop