cpLinks Installation Guide
Requirements
- Apache web server running on a Linux or Unix platform
- PHP version 4.x, or higher
- PHP must be configured with FTP capabilities (search for --enable-ftp in your phpinfo file )
- A MySQL database
Installing cpLinks
Please follow these simple instructions:
- Unzip the distribution file to a directory on your local hard drive.
- Create a new MySQL database on your webserver. You can use an existing database as all cpLinks tables are prefixed with mnl_ and can therefore co-exist with other tables in the same database.
- Edit config.php and enter your database username, password and database name. Also enter your FTP username and login details, as indicated in the config.php file.
- Using your favourite FTP client upload all files to a directory on your web server ensuring that the cpLinks directory structure remains intact.
- Use your FTP client to CHMOD (change the file permissions) of index.html and global_config.php to 777. These files reside in the cpLinks root directory. This is very important as these files are written to by the cpLinks program.
- Run install.php, which is located in your cpLinks root directory. This creates the cpLinks database tables.
- When you have run install.php successfully delete this script as it could be used maliciously in the future.
- You now can use the admin control panel (admin CP) which is located in the admin/ directory, relative to your cpLinks directory.
- The default admin username is admin and the default password is password. Enter these and log into the admin CP.
- Important: Change your admin password by selecting "Administrator Details" from the menu on the left hand side of the screen.
Congratulations, you have now installed cpLinks!
|