Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 607 Bytes

install.md

File metadata and controls

21 lines (17 loc) · 607 Bytes

#Installation

For Mac OSX installation instructions, see INSTALL.OSX.md. Dependencies:

  • LAMP
  • libyaml
  • mcrypt
  1. Install Composer
  2. 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
  1. run composer install to install all composer packages
  2. copy app/config/example_creds.yml to app/config/creds.yml and add your mysql credentials
  3. run php artisan migrate to create database schema