Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 550 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 550 Bytes

README

Code behind the www.ppi.io website using PPI framework.

Installation

Drop this skeleton app into your document root somewhere. You need to run the composer library to obtain the vendor dependencies that PPI requires.

curl -s http://getcomposer.org/installer | php
php composer.phar install

Ideally you'll want to set up a vhost on your httpd web server to point your domain to the /public/ folder of your PPI skeleton app, but for now you're still able to browse to http://localhost/skeletonapp/public/