|
a/setup-common.bash |
|
b/setup-common.bash |
|
... |
|
... |
34 |
# git clone ssh://gitosis@engr.geek.net/forge
|
34 |
# git clone ssh://gitosis@engr.geek.net/forge
|
35 |
# cd forge
|
35 |
# cd forge
|
36 |
#
|
36 |
#
|
37 |
# This already happened just to get this file to run;
|
37 |
# This already happened just to get this file to run;
|
38 |
# now assume we run it in-place.
|
38 |
# now assume we run it in-place.
|
|
|
39 |
|
|
|
40 |
echo '# installing turbogears dev head'
|
|
|
41 |
pushd ..
|
|
|
42 |
hg clone http://bitbucket.org/turbogears/tg-dev/ tg-dev
|
|
|
43 |
cd tg-dev
|
|
|
44 |
python setup.py develop
|
|
|
45 |
popd
|
39 |
|
46 |
|
40 |
echo '# installing pymongo and dependencies'
|
47 |
echo '# installing pymongo and dependencies'
|
41 |
pushd ..
|
48 |
pushd ..
|
42 |
git clone git://github.com/rick446/mongo-python-driver.git pymongo
|
49 |
git clone git://github.com/rick446/mongo-python-driver.git pymongo
|
43 |
cd pymongo
|
50 |
cd pymongo
|