Update Notes
| 
PDF |
This document provides the general steps needed to update BugPort.
Updating BugPort
When updating BugPort, you do not want to overwrite your existing
conf/config.conf file.
Here is a series of steps that you can use to update BugPort
without overwriting conf/config.conf.
Extract the latest BugPort tar.gz to a directory.
UN*X: tar -zxf bugport-[version].tar.gz
Change to the extracted directory
UN*X: cd [bugport-version]
Copy conf/version.txt to [bugport-home]/conf/version.txt
UN*X: cp conf/version.txt [bugport-home]/conf/version.txt
Copy conf/configuration.php to [bugport-home]/conf/configuration.php
UN*X: cp conf/configuration.php [bugport-home]/conf/configuration.php
Recursive copy php to [bugport-home]
UN*X: cp -R php [bugport-home]
Recursive copy php_classes to [bugport-home]
UN*X: cp -R php_classes [bugport-home]
Recursive copy images to [bugport-home]
UN*X: cp -R images [bugport-home]
Recursive copy system/bin [bugport-home]
UN*X: cp -R system/bin [bugport-home]/system
by Douglas Q. Hawkins