From 5d4a02e706b78f403cd97dcafabd8c047e985645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 25 Jul 2016 11:49:29 +0200 Subject: [PATCH] Fix install script --- installing_deps.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index d68a029e..63227bdf 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -17,10 +17,6 @@ sudo apt-get install libadns1 libadns1-dev #Needed for redis-lvlDB sudo apt-get install libev-dev libgmp-dev -#needed for mathplotlib -test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/ -sudo easy_install -U distribute - # REDIS # test ! -d redis/ && git clone https://github.com/antirez/redis.git pushd redis/ @@ -51,9 +47,6 @@ if [ ! -f bin/packages/config.cfg ]; then cp bin/packages/config.cfg.sample bin/packages/config.cfg fi -mkdir -p $AIL_HOME/{PASTES,Blooms,dumps} -mkdir -p $AIL_HOME/LEVEL_DB_DATA/2016 - pushd var/www/ ./update_thirdparty.sh popd @@ -72,6 +65,9 @@ if [ -z "$VIRTUAL_ENV" ]; then fi +mkdir -p $AIL_HOME/{PASTES,Blooms,dumps} +mkdir -p $AIL_HOME/LEVEL_DB_DATA/2016 + pip install -U pip pip install -U -r pip_packages_requirement.txt