Content Management Systems
PHP-Nuke:
PHP-Nuke is a content management system for web servers. Knowledge of HTML is not required to publish or manage a web site.
Prerequisites:
The following components must be installed in order to use PHP-Nuke:
Installation:
Instructions for installing PHP-Nuke:
- download the latest version of PHP-Nuke
- unzip the downloaded file into the Document Directory for the domain (e.g. ../MiniPortal/Apache/htdocs). .
- start the web server and MySQL server
- open a DOS window and 'cd' to the mysql\bin directory (e.g. 'cd c:\program files\instantservers\miniportal\mysql\bin')
- type 'mysqladmin create nuke' to create the database
- type 'mysql nuke < ..\..\apache\htdocs\sql\nuke.sql' (assuming the PHP-Nuke was installed into '..\apache\htdocs') to configure the database tables
PHP-Nuke Email configuration:
- to send email from PHP-Nuke:
- edit the php.ini file (in ..\MiniPortal\php)
- change the line: 'SMTP = localhost' to use to the name of your email server instead of 'localhost'
- if your mail server requires authentication, try setting up a POP account under PHP-Nuke 'Preferences'
- if you are running the mail server, try enabling access from '127.0.0.1' (e.g. on ISMail, add a Trusted IP of 127.0.0.1)
- access 'http://127.0.0.1/html/admin.php' to setup an administration account and login
Note: We do not offer support for PHP-Nuke, however the PHP-Nuke INSTALL file contains detailed installation instructions. For more information visit the PHP-Nuke web site.