$$ UPGRADING (upgrading.txt) [0.11.1] $$
=====================================================================================
Table of Content
=====================================================================================
1. General Upgrade Instructions
=====================================================================================
[1] General Upgrade Instructions
=====================================================================================
Note: This file assumes you are upgrading from Informium 0.11.0.
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 Bright,
Zorp or any of the included templates.
Example (Linux of UNIX):
>> [hide@address.com /home/http/htdocs/informium]$ cd engine/tmpl
>> [hide@address.com /home/../tmpl]$ mv zorp zorp_0_11_0
Example (Windows): (not tested)
>> C:\Apache\htdocs\informium> cd engine\tmpl
>> C:\Apache\..\engine\tmpl> move zorp zorp_0_11_0
3. Overwrite the following directories any files using the file from the Informium
0.11.0 distribution.
admin/*
class/*
conf/default.php
conf/version.php
db/*
docs/*
engine/*
i/*
4. Make the necessary changes to your template files.
5. 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