PLEASE READ ALL OF THIS DOCUMENT BEFORE INSTALLING OR USING POSTNUKE PostNuke: The Phoenix Release (0.7.6.0) ======================================= PostNuke is an open source, open developement content management system (CMS). PostNuke started as a fork from PHPNuke (http://www.phpnuke.org) and provides many enhancements and improvements over the PHP-Nuke system. PostNuke is still undergoing development but a large number of core functions are now stabilising and a complete API for third-party developers is now in place. If you would like to help develop this software, please visit our homepage at http://noc.postnuke.com/ Or at the Community Forums located at: http://forums.postnuke.com/ New Installation ================ PostNuke has a fully graphical install process to provide a simple set of steps to get your site up and running. Prior to running the installer ensure that both config.php and config-old.php are world writable. Further ensure that pnTemp and it's subdirectories are also world writable. World writable means a permission setting of 777 or 666 depending on your system if the system is unix based. To install your PostNuke system run install.php from your browser to start the installation process. The exact url depends on your site, but for example if your site is www.foo.com and PostNuke is installed in the 'bar' directory then the URL will be http://www.foo.com/bar/install.php Follow the instructions in the installation script and when prompted for either a new install or an upgrade select 'new install'. The installer will create the required database tables and obtain information about the super-user login. Once complete you should be able to start using your PostNuke site immediately. Note: it is important to remember in the case of new installs, that are also to create the database, that the mysql user, most have full rights to create new databases, if not then first create the database and grant the intended mysql user full rights to it, so that it becomes possible for the installer and modules to interact freely, with the new database and work correctly. PostNuke now supports the new php 4.2.x+ security standard of register_globals turned off and Apache 2.0.x. ADDENDUM: For those that asked the mysql dump has been included if you use this instead of the installer then take note that the admin user is: "Admin" and its password is "Password", both case sensitive. In order to install PostNuke this way you need to have shell access to your server and issue the following commands. mysqladmin create your_db_name -p Then: mysql your_db_name