-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
thobens edited this page Sep 14, 2010
·
2 revisions
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
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");