PLEASE READ ALL OF THIS DOCUMENT BEFORE INSTALLING OR USING POSTNUKE PostNuke: The Rogue Release (0.72) ================================== 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://www.postnuke.com, or contact J. Cox at john.cox@postnuke.com . You can also visit us on our IRC Server irc.postnuke.com channel #postnuke-chat New Installation ================ PostNuke has a fully graphical install process to provide a simple set of steps to get your site up and running. 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 rquired database tables and obtain information about the super-user login. Once complete you should be able to start using your PostNuke site immediately. 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 "God", 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