Versions Compared

Key

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

...

This is a Quick Start for getting PCS OPSUI running.

Youtube Video from ApacheCon NA 2011

Andrew Hart took this Youtube video demonstrating a live deployment of PCS OPSUI. Yes, I did this live.

Screenshots

OPSUI PCS Status Page

Image Added

OPSUI Main Page

Image Added

OPSUI "Classic" Theme from the Orbiting Carbon Observatory

Image Added

...

Steps

Building from src

  1. Make sure all of the environment variables referenced here: http://svn.apache.org/repos/asf/oodt/trunk/pcs/opsui/src/main/webapp/META-INF/context.xmlImage Removed are defined in your environment.
  2. Type mvn install tomcat:run-war (this will run a local instance of tomcat on port 8080 with the built WAR webapp file for the opsui).
  3. Visit http://localhost:8080/pcs-opsui/Image Removed

Using the WAR directly from the central repository

  1. Grab WAR from http://repo1.maven.org/maven2/org/apache/oodt/pcs-opsui/Image Removed
  2. Install Tomcat, or have a Tomcat server running
  3. mkdir /usr/local/opsui
  4. copy the WAR file into /usr/locall/opsui
  5. copy http://svn.apache.org/repos/asf/oodt/trunk/pcs/opsui/src/main/webapp/META-INF/context.xmlImage Removed into /usr/local/opsui, and rename the file to pcs-opsui.xml
  6. Edit pcs-opsui.xml and make sure that the <Context docBase="/usr/local/opsui/pcs-opsui-0.5.war"> is set
  7. Make sure Tomcat isn't running
  8. Sym link pcs-opsui.xml to $TOMCAT_HOME/conf/Catalina/localhost/pcs-opsui.xml
  9. Turn on Tomcat
  10. Visit http://localhost:Image Removed<TOMCAT_PORT>/pcs-opsui/