Author: coar
Date: Tue Mar 9 03:26:04 2010
New Revision: 920642
URL: http://svn.apache.org/viewvc?rev=920642&view=rev
Log:
Setup for all shell processes
Added:
labs/pulse/.pulserc
Added: labs/pulse/.pulserc
URL: http://svn.apache.org/viewvc/labs/pulse/.pulserc?rev=920642&view=auto
==============================================================================
--- labs/pulse/.pulserc (added)
+++ labs/pulse/.pulserc Tue Mar 9 03:26:04 2010
@@ -0,0 +1,19 @@
+#! /bin/bash
+#
+# Define the various locations and what-not.
+#
+
+#
+# Where the scripts and SVN checkout is located.
+#
+export PULSE_DIR='/usr/local/labs/pulse'
+
+#
+# Where the Web pages should be put.
+#
+export WEB_DIR='/usr/local/web/served'
+
+#
+# Set up the database envariables.
+#
+[ -e $PULSE_DIR/analysis/.dbaccess.sh ] && . $PULSE_DIR/analysis/.dbaccess.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]