From e99220c0aaf3c41de5f9258d341f3d024d4be93b Mon Sep 17 00:00:00 2001 From: natechadwick Date: Fri, 8 Feb 2019 13:34:01 -0500 Subject: [PATCH] Removed dated infor from readme --- readme.md | 47 +++-------------------------------------------- 1 file changed, 3 insertions(+), 44 deletions(-) diff --git a/readme.md b/readme.md index 25beecb..10b83ef 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,5 @@ ## Overview -This is the PSODemandPreview Extension for Rhythmyx 7.2. - -THIS VERSION REQUIRES RHYTHMYX 7.2.0 OR LATER - -If you are using an earlier version select the branch that matches your product version when checking out the code: - -* rel-71 -* rel-67 - -**NOTE:** Please remove prior versions of the PSO Demand Preview from your Rhythmyx installation by removing prior versions of the jar from -the `/Rhythmyx/AppServer/server/rx/deploy/rxapp.ear/rxapp.war/WEB-INF/lib` directory. - -## Download - -* http//cdn.percussion.com/downloads/open/psodemandpreview/pso-demand-preview-SNAPSHOT.zip +This is the PSODemandPreview Extension for Percussion Rhythmyx ## Installation To deploy, you must first build the project from source, or download a packaged distribution. @@ -24,37 +10,10 @@ Unzip the distribution into a new directory. Where the argument is the home directory where Rhythmyx is installed. -## Manual Install -To manually install, you must have the Java 1.6 JDK with a JAVA_HOME environment variable, -and Apache Ant installed with an ANT_HOME environment variable set. - -The RHYTHMYX_HOME environment variable must point at your Rhythmyx installation directory. - -For Example: - -To use the patch installer to install on Linux, add these lines to your .profile - -> export RHYTHMYX_HOME=$HOME/Rhythmyx ##or where ever it is installed -> export JAVA_HOME=$RHYTHMYX_HOME/JRE/ -> export ANT_HOME=$RHYTHMYX_HOME/Patch/InstallToolkit/ - -you can then run Ant: - -> $ANT_HOME/bin/ant -f deploy.xml - ## Building from Source +The solution uses apache maven. > git clone https://github.com/percussion/PSODemandPreview.git -### Configure Ivy -The Toolkit uses [Apache Ivy](http://ant.apache.org/ivy/) for dependency management. In addition to requiring that JAVA_HOME, ANT_HOME, and RHYTHMYX_HOME environment variables are configured, the Ivy dependencies also need configured in your Ant profile. - -Download Apache Ivy with dependencies and copy the Ivy jar from the Ivy distribution AND the jars in the lib folder of the Ivy distribution to: - -> $HOME/.ant/lib - -### Building -The build script provides several targets. To build the Toolkit distribution, use the "dist" target from the directory that you cloned the repository to: - -> ant ivy-retrieve, dist +> mvn clean install \ No newline at end of file