This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit dada3f93b1d3651867fd6e844cf423aa2b9ae96d Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 16:00:29 2015 +0100 changed bootstrap.sh in order to parameter bottle for angular.js --- README | 5 +++++ bootstrap.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README b/README new file mode 100644 index 0000000..c488041 --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +--------------------- +Installation procedure: +--------------------- +- bower install +- ./bootsrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index f0b958e..3d44c5e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,3 +2,7 @@ venv/bin/python --version >/dev/null 2>&1 || virtualenv venv ./in-venv.sh pip install -r requirements.txt +sed -i 's/{{/[[/g' venv/bin/bottle.py +sed -i 's/}}/]]/g' venv/bin/bottle.py +sed -i 's/{{/[[/g' venv/lib/python2.7/site-packages/bottle.py +sed -i 's/}}/]]/g' venv/lib/python2.7/site-packages/bottle.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.