X-Git-Url: http://git.tremily.us/?p=catalyst.git;a=blobdiff_plain;f=testpath;fp=testpath;h=37af9c9f530861bae84682f73b5b67afc6046027;hp=0000000000000000000000000000000000000000;hb=773ae7f9ee04cedba218a9abdc9f9b7e8360f055;hpb=02b002e091994999abd74d9c34e5ad9a34d41e17 diff --git a/testpath b/testpath new file mode 100644 index 00000000..37af9c9f --- /dev/null +++ b/testpath @@ -0,0 +1,18 @@ + +# edit the following 2 paths to point to your catalyst git checkout if nessecary +# then in a terminal window you wish to run the git code in... +# cd ~/catalyst +# source ./testpath +# edit a config catalyst.conf file. Make similar path changes for it to +# find and use/run the git checkout code. +# The catalyst code 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 catalyst.conf -p -f stage1.spec + +export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}" + +export PYTHONPATH="$(dirname ${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"