Coming soon
Hightide RPM
Hightide RPM Installation
Using Yum
- First you will need to add JPackage Yum Repo so that 3rd party RPM Dependencies of Hightide can be automatically downloaded and installed, dependencies such as ant, crimson, xml-commons, and xml-commons-jaxp
| Panel |
|---|
cd /etc/yum.repos.d |
- Installing hightide can be done using the hightide RPM, below assumes that you have created a Hightide Repository but if not, See Creating Hightide Yum Repository
| Panel |
|---|
yum install hightide6 |
Manually Installing RPMS
- if you have not yet built the hightide rpm please see Building Hightide RPM, then build it
- download the 3rd party rpm dependencies of hightide rpm
- first install the dependency rpms, install the rpms manually, note: that installing these should be done in a sequential way
| Panel |
|---|
rpm -isv xml-commons-1.3.03-10jpp.noarch.rpm |
- now you are ready to install the hightide rpms, note: that installing these should be done in a sequential way
| Panel |
|---|
rpm -isv hightide6-servlet-2.5-api-6.1*.noarch.rpm |
Installing Hightide Examples
- Hightide Examples Includes, Auction Demo, Jetty Sample App and Other Examples
- To install these files, you need to install hightide6-examples RPM, execute the code below to install
| Panel |
|---|
yum install hightide6-examples |
- installing manually
| Panel |
|---|
rpm -isv hightide6-examples-6.1*.noarch.rpm |