#Installation
For Mac OSX installation instructions, see INSTALL.OSX.md. Dependencies:
- LAMP
- libyaml
- mcrypt
- Install Composer
- Install and enable the yaml php extension
- CentOS
yum install libyaml libyaml-devel
pecl install yaml
- OSX
brew install libyaml
- Follow the homebrew instructions for enabling the extension
- run
composer install
to install all composer packages - copy
app/config/example_creds.yml
toapp/config/creds.yml
and add your mysql credentials - run
php artisan migrate
to create database schema