Documentation

Content Management System written in Object-oriented PHP

Installation instructions for HotPlug CMS

01 September 2005

HotPlug CMS is Free Software released under the GNU/GPL License.


Getting started

First, you must have the core environment for HotPlug CMS


Getting HotPlug CMS

  1. You will find the latest version at http://sourceforge.net/projects/hotplugcms/
  2. Download the HotPlugCMS_VERSION.tar.gz package.

Setting Up The Database

Import the SQL file "e.g. UNIX - /usr/local/www/includes/db/dbHotPlugCMS.sql" using phpMyAdmin or any MySQL administration tool.


Setting up HotPlug CMS

  1. You can run HotPlug CMS as a full site e.g. http://www.mysite.com, or you can run it in a subdirectory of another site e.g. http://www.mysite.com/hotplugcms/
  2. Make a directory for the web site files: "e.g. UNIX - /usr/local/www/" if you want to run HotPlug CMS as a full site. "e.g. UNIX - /usr/local/www/hotplugcms" if you want to run it in a subdirectory of another site.
  3. HotPlug CMS is packaged in gzip and tar format. Untar or using Winzip uncompress the distribution file into the directory your created above: e.g. tar -xvfz HotPlugCMS_VERSION.tar.gz -C /usr/local/www/ (Make sure you have a trailing slash).
  4. Edit the configurations files "e.g. UNIX - /usr/local/www/includes/class/config.inc" and "e.g. UNIX - /usr/local/www/administration/NAME OF YOUR MAIN TABLE/settings.php" (by default tblcontent).

Logging into the administration site

Go to http://www.mysite.com/administration/

Login : admin@yoursite.com

Password : admin

When you login to the administration section of HotPlug CMS for the first time, remember to change the email address of the administrator to your own and the password to your own.