Installation guide for Sitemagic CMS Enterprise
The Sitemagic CMS Enterprise package contains the following files
- SMDataSource.classes.php
- tables.sql
- installation.txt (this installation guide)
A clean installation of Sitemagic CMS Enterprise is performed by following the following simple steps.
- Download and install the ordinary edition of Sitemagic CMS
- Copy the file SMDataSource.class.php to the "base" folder. The file replaces an existing file with the same name, so consider backing up the file first. The existin gfile is the database layer for XML files.
- Open the file tabes.sql in the prefered MySQL client and execute the code on the database which is to hold the data for Sitemagic CMS. We recommend the use of the web based system PHPMyAdmin, which is avaiable on many web hotels.
- Open the file config.xml.php and find the following line (the value in the value attribute might differ)
<entry key="DatabaseConnection" value="localhost;db;user;pass" />
Replace localhost, db, user, and pass with the appropriate values for the database.
Upgrading from the standard edition to the Enterprise edition: It is currently not possible to transfer data from a standard installation of Sitemagic CMS to the Enterprise edition, without expert help from Linos Denmark, the company behind Sitemagic CMS. Files added using the File manager extesion will still be available though.