Skip to content

Commit

Permalink
Updating readme to point to the PPI docs now
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonis committed May 11, 2015
1 parent e4e4393 commit d898400
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,14 @@ What is PPI ?
--------------
PPI is the the PHP Interoperability Framework. It provides an equal and open platform to empower PHP developers to pick the best tools from the best PHP frameworks

PPI bootstraps framework components for you from the top frameworks such as ZendFrameworks2, Symfony2, Laravel4, FuelPHP, Doctrine2

Installation
------------

Linux
-----
Install vagrant and ansible

```
vagrant up
```

Now you can now browse to your ppi application at http://192.168.66.66

OSX
---
Install vagrant and ansible

```
vagrant up
```

Now you can now browse to your ppi application at http://192.168.66.66

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

``` bash
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/
[Setup Guide](http://docs.ppi.io/latest/setup/index.html)

Documentation
-------------
We have began documenting ppi2, you can see how far we've gotten at http://www.ppi.io/docs
[Visit the documentation](http://docs.ppi.io/latest)

Contributing
------------
Fork the repo, push your changes to your fork, and submit a pull request.

Requirements
------------
* PHP 5.3.10+ - We recommend PHP 5.4 or even better PHP 5.5

0 comments on commit d898400

Please sign in to comment.