Commit my testpath file with instructions to run the git checkout code directly witho...
authorBrian Dolbec <dolsen@gentoo.org>
Fri, 25 Jan 2013 04:26:38 +0000 (20:26 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Mon, 4 Mar 2013 04:44:21 +0000 (20:44 -0800)
testpath [new file with mode: 0644]

diff --git a/testpath b/testpath
new file mode 100644 (file)
index 0000000..9fd7e45
--- /dev/null
+++ b/testpath
@@ -0,0 +1,18 @@
+
+# edit the following 2 paths to point to your caatalyst git checkout
+# then in a terminal window you wish to run the git code in...
+# cd ~/catalyst
+# source ./testpath
+# edit a config file "test.conf" with similar path changes for it to find
+# and use/run the git checkout code and to store it's data to a test directory
+# it can then be run on a system without being installed or replacing an existing
+# catalyst install which may be used for production.
+#
+# then run catalyst from there
+#  eg:
+#
+# catalyst -c ./test.conf -p  -f stage1.spec
+
+export PATH="/home/brian/Dev/git/catalyst/bin:${PATH}"
+
+export PYTHONPATH="/home/brian/Dev/git/catalyst/:${PYTHONPATH}"