Skip to content
thobens edited this page Sep 14, 2010 · 2 revisions

Setup

For basic setup, you simply can extract the zip file in the document root of your application.
So, if your document root is /var/www
your file structure is the following (index.php is not included in the zip):


/var/www/ PHPlug config dtd lib log plugins src tests index.php

For further information about configuration, see the configuration wiki page

How to run the platform

All you have to do is include the phplug.inc.php file in your index.php and it’ll do the rest for you.


<?php
/************************************************************************
 * Include the Phplug framework. The phplug.inc.php file will load the
 * Phplug platform immediatly.
 ************************************************************************/
include("./PHPlug/src/phplug.inc.php");

Clone this wiki locally