From: Brian Dolbec Date: Fri, 25 Jan 2013 04:26:38 +0000 (-0800) Subject: Commit my testpath file with instructions to run the git checkout code directly witho... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c67e9b78110ab3898a35b39fb5bd22f9f998880;p=catalyst.git Commit my testpath file with instructions to run the git checkout code directly without being installed. --- 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}"