You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/04/27 06:52:41 UTC

svn commit: r532962 - /webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh

Author: kaushalye
Date: Thu Apr 26 21:52:40 2007
New Revision: 532962

URL: http://svn.apache.org/viewvc?view=rev&rev=532962
Log:
Adding a script to install rampart binary distribution easily

Added:
    webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh   (with props)

Added: webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh?view=auto&rev=532962
==============================================================================
--- webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh (added)
+++ webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh Thu Apr 26 21:52:40 2007
@@ -0,0 +1,14 @@
+#!/bin/bash
+#This script should be placed in rampart/c home directory
+PWDIR=$PWD
+echo "Copy rampart module"
+#Copy rampart module
+cp  -r $PWD/modules/rampart $AXIS2C_HOME/modules/
+
+echo "Copy sec_echo sample"
+#Copy sec_echo sample
+cp -r $PWD/samples/server/sec_echo $AXIS2C_HOME/services/
+
+echo "Please go to directory $PWD/samples/secpolicy"
+echo "Deploy and run a scenario using"
+echo "\t%sh test_scen.sh scenarioX server-port"

Propchange: webservices/rampart/trunk/c/build/linux/install_rampart_bin_dist.sh
------------------------------------------------------------------------------
    svn:executable = *