|
This document explains how to update your H-Sphere from 2.3 and 2.3.1 Beta 1-4 to 2.3.1 RC 1.
To perform this update, you have to be logged in as root.
IMPORTANT:
1. To ensure correct performance of new features,
please upgrade your winbox to 2.3.1.
2. Prior to the upgrade, please adjust your custom design implementation into accordance with the
rules described
here.
Otherwise, your custom designs may be displayed incorrectly.
To perform the upgrade:
- Make sure to have H-Sphere 2.3 final (build 2.3.321) or later installed:
# cat ~cpanel/shiva/psoft_config/HS_VERSION
If you have an older version, contact support@hsphereeurope.com
or read upgrade instruction for earlier
versions.
- Download 2.3.1 RC 1 installation script from the Positive Software web site at:
# wget http://psoft.net/shiv/HS/U23/U23.1RC1/U23.1RC1
- Stop H-Sphere Control Panel using the following commands:
(they depend on the OS type and java servlet running engine):
Linux + ApacheJServ:
# /etc/rc.d/init.d/httpdcp stop
FreeBSD + ApacheJserv:
# /usr/local/etc/rc.d/apachecp.sh stop
Any OS + Tomcat:
# ~cpanel/tomcat/tomcat.sh stop
- Run the update script by typing:
sh ./U23.1RC1
Note: The help shows. Choose what you want to update and follow the help.
- To update H-Sphere, type:
# install
- To update your SiteStudio to 1.6 RC2, type:
# ss
Note: Updating SiteStudio may cause malfunction of the SiteStudio demo. To fix this problem,
please refer to Troubleshooter.
- To update WebShell 3 to the latest available build, type:
# webshell
- If you have custom templates using H-Sphere Freemarker validation function calls,
back them up and run
# convtempl
This will update them to work with the improved H-Sphere data validation.
- If you updated SiteStudio, restart your SiteStudio ImageMaker. The simplest way to do it is type:
# killall java
Kill these processes one by one if you have any other java processes running.
- Start H-Sphere CP using one of the following commands:
Linux + ApacheJServ:
# /etc/rc.d/init.d/httpdcp start
FreeBSD + ApacheJserv:
# /usr/local/etc/rc.d/apachecp.sh start
Any OS + Tomcat:
# ~cpanel/tomcat/tomcat.sh start
- After your have completed the upgrade, check the version
of H-Sphere using the following command:
# cat ~cpanel/shiva/psoft_config/HS_VERSION
You will get something similar to this:
2.3.1.357.20030610
Where:
2.3.1 is the version of H-Sphere,
357 is the build number,
20030610 is the build date (in the YYYYMMDD format)
|