Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install a JDK. You can install openjdk with Yum (yum install java-1.6.0-openjdk) or get the JDK from Oracle.
  2. Install the Yum repository of the WOCommunity like this:
    Code Block
    languagebash
    sudo curl -o /etc/yum.repos.d/wocommunity.repo https://raw.github.com/projectwonder/wonder/master/Utilities/Linux/wocommunity.repo
  3. Once it's done, you can use Yum to install wotaskd , and JavaMonitor and the Apache module.
    Code Block
    languagebash
    sudo yum install wotaskd; yum install womonitor;
  4. To install the module for Apache httpd 2.2, run: If you are running
    Code Block
    languagebash
    sudo yum install woadaptor
    Info
    for Apache httpd 2.4, you need another package for the adaptor:
    Code Block
    languagebash
    sudo 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.

...

(replace stop with restart to restart them in one step).Please note that the Apache module is for Apache 2.2, the package won't install if you are running Apache 2.4 or another version.