$$ UPGRADING (upgrading.txt) [0.12.0] $$
=====================================================================================
Table of Content
=====================================================================================
1. Upgrading - All Supported OSes
2. How to Use
=====================================================================================
[1] Upgrading - All Supported OSes
=====================================================================================
Note: This file assumes you are upgrading from Informium 0.11.1.
1. *OPTIONAL* Bring down your server unless you want your users to come to a half-
corrupted page as you upgrade.
Example (Linux of UNIX):
>> [hide@address.com /home/http/htdocs/informium]$ apachectl stop
Example (Windows 2000/NT/XP):
>> C:\Apache\htdocs\informium> net stop apache
2. *OPTIONAL* Back-up your existing templates settings if you are using the Zorp
Template.
Example (Linux of UNIX):
>> [hide@address.com /home/http/htdocs/informium]$ cd engine/tmpl
>> [hide@address.com /home/../tmpl]$ mv zorp zorp_0_11_1
Example (Windows): (not tested)
>> C:\Apache\htdocs\informium> cd engine\tmpl
>> C:\Apache\..\engine\tmpl> move zorp zorp_0_11_1
3. Overwrite the following directories any files using the file from the Informium
0.12.0 distribution.
admin/*
class/*
conf/default.php
conf/version.php
db/*
docs/*
engine/*
i/*
4. Make the necessary changes to your template files.
5. Update the database.
Example (Linux of UNIX):
>> [hide@address.com /home/http/htdocs/informium]$ cd db/0.12.0
>> [hide@address.com /home/../0.12.0]$ mysql -u imgr -p informium < update_tables.sql
Example (Windows):
>> C:\Apache\htdocs\informium> cd db\0.12.0
>> C:\Apache\..\0.12.0> mysql -u imgr -p informium < update_tables.sql
6. Load up the server again... and your done!
Example (Linux of UNIX):
>> [hide@address.com /home/http/htdocs/informium]$ apachectl start
Example (Windows 2000/NT/XP):
>> C:\Apache\htdocs\informium> net start apache
=====================================================================================
[2] How to Use
=====================================================================================
.1 ) Topics
The procedure for adding a new topic to Informium is exactly the same as the
method documented in the 'upgrading.txt' for Informium 0.11.0 except it's
called a topic instead of section.
.2 ) Collapsable/Expandable Menues
Just selected the menu heading, i.e. (Article Manipulation), and then press the "Go"
button to expand or collapse. If the menu is expanded, it will collapse and vice
versa, much like in Windows Explorer and similar programs.