Info |
---|
The packages will work on CentOS and RedHat Enterprise 5.x or 6.x, or Amazon Linux, with Apache httpd 2.2 or 2.4. |
Installing a deployment environment on platforms that uses RPM packages is now even easier than ever.
- Install a JDK. You can install openjdk with Yum (yum install java-1.6.0-openjdk) or get the JDK from Oracle.
- Install the Yum repository of the WOCommunity like this:
Code Block language bash sudo curl -o /etc/yum.repos.d/wocommunity.repo https://raw.github.com/projectwonder/wonder/master/Utilities/Linux/wocommunity.repo
- Once it's done, you can use Yum to install wotaskd, JavaMonitor and the Apache module.
Code Block language bash sudo yum install wotaskd; yum install womonitor; yum install woadaptor
Info If you are running Apache httpd 2.4, you need another package for the adaptor:
yum install woadaptor-httpd24
And you're done! When the packages are installed, the services are started automatically. JavaMonitor will be running on port 56789. Your Project Wonder applications goes into /opt/Local/Library/WebObjects/Applications.
...