Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Unpack the Release Package

Copy the PhixFlow release package with a name matching phixflow-x.y.z-yyyymmdd.zip to the release area $RELEASE on the server. By default $RELEASE is at [c:]/opt/phixflow/release.

Unix

Change the owner and group of the release package to tomcat:phixflow:

chown tomcat:phixflow phixflow-x.y.z-yyymmdd.zip 

Switch to the tomcat user (makes sure that login scripts are run. The syntax for this may vary between operating systems:

sudo -i -u tomcat

Change back to the release directory and unzip / unpack the release:

unzip phixflow-x.y.z-yyyymmdd.zip

Windows

Unzip the release package using WINZIP or similar.

Release contents

On both linux and windows this will create a release with the following contents:

phixflow-x.y.z-yyyymmdd
phixflow-x.y.z-yyyymmdd/install
phixflow-x.y.z-yyyymmdd/webapps
phixflow-x.y.z-yyyymmdd/README.txt


  • No labels