Skip to content

Commit c0e3951

Browse files
committed
add Redland RDF to bootstrap script; run bin/{compile_mo,transstats} from python_env instead of i18n checkout
1 parent 0ec0a7b commit c0e3951

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server_bootstrap.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ chmod 755 bin/ccengine.fcgi
1616
virtualenv .
1717
source bin/activate
1818

19-
for i in 'setuptools>=0.7' 'zope.interface>=3.8.0' Paste PasteDeploy PasteScript
19+
for i in 'setuptools>=0.7' 'zope.interface>=3.8.0' Paste PasteDeploy PasteScript RDF
2020
do
2121
pip install $i
2222
done
@@ -32,9 +32,9 @@ do
3232
cd ..
3333
done
3434

35-
cd i18n
36-
bin/compile_mo
37-
bin/transstats
38-
cd ../.. # python_env
35+
cd .. # python_env
36+
37+
bin/compile_mo
38+
bin/transstats
3939

4040
cd ${CUR}

0 commit comments

Comments
 (0)