Prerequisites:
In order to run Zorum on your computer, you will need the following
software components on your unit:
- MySql database server
- Php4 script module
Notes:
- mysql server may be downloaded from http://www.mysql.com/
- php4 script module may be downloaded from zend.com.
- We do not provide additional support for the installation of
the above components. These web sites contain sufficient information
for you to accomplish the task.
Installation process:
Quick installation:
- Unpack the distribution under your webroot directory;
- Locate install.php in your browser;
- Follow the instructions.
Detailed installation:
- Unpack the distribution and copy the files under a directory where the web server may
accesses them. (Unpack: tar xvzf zorum.<versionnumber>.tgz)
- The Zorum installation will need a web interface. Start your browser and open
install.php (of course, not as a file but through the apache web server, e.g.
http://your.server.com/zorum_3_0/install.php)
- Follow the instructions in your browser.
- During the installation, a mysql database will be created among the database tables and
the necessary data will be written into the tables. The program will attempt to write the
Zorum configuration file (config.php). If the given server configuration doesn't
allow this (the apache web server doesn't have write permission in the zorum directory),
you have to write the config data yourself in config.php. Of course, the browser displays
all the information you need to do this.
- If the root permission needs a password, an input form will appear. Type the user name
and password there (this user name is not necessarily the root, but it must till have
written permission to an existing database, or permission to create a database if it
doesn't yet exist).
- The install program now displays the parameters it needs to continue the process of
creating the database and the new tables. If you accept these settings, click
"Ok". If you want to change the settings, click "Edit parameters". One
reason to change these may be, if you don't want the install program to create a new
database called "Zorum", but you have your own existing db and want to put the
Zorum tables in it. In this case, you can specify the name of your db under "Edit
parameters".
Uninstall
If for any reason, you want to remove Zorum from your system, you must delete the zorum
mysql database and the program files with .php extension.
Update
- It is recommended that you make a rescue copy from the php files of the installed Zorum
version and a database dump of the current state of Zorum db before the update process.
- Unpack the new version and copy the unpacked files in your Zorum directory. Important:
don't delete the files of the old version in the Zorum directory, only overwrite them with
the new version!
- Open the update.php file in your browser and follow the instructions. The update script
recognizes which Zorum version is installed on your server and will make the necessary
database modifications. You can use the new version immediately after this.
- There is an i directory beside your php files containing the images Zorum uses. Copy
these images, or the whole directory where your already installed Zorum instance has its
own images (if you have not modified it, it is also in an i directory).
|