Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 747 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 747 Bytes

PatchNotes wercker status

Follow up on your favorite projects & services

Using Vagrant

  • git clone https://github.com/PatchNotes/PatchNotes.org.git
  • vagrant up

Install Guide

To run PatchNotes, you'll need a PHP 5.5 setup and the gulp and bower npm modules installed.

  • git clone https://github.com/PatchNotes/PatchNotes.org.git
  • curl -sS https://getcomposer.org/installer | php
  • php composer.phar install
  • npm install
  • Setup your database and add your configuration details to app/config/database.php
  • php artisan migrate
  • php artisan serve