From 7dcd294169113ed713edec77de4f435019844b12 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 24 Jan 2013 20:26:38 -0800 Subject: [PATCH] Commit my testpath file with instructions to run the git checkout code directly without being installed. --- testpath | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testpath diff --git a/testpath b/testpath new file mode 100644 index 00000000..9fd7e45e --- /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}" -- 2.26.2