mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-13 01:58:22 +00:00
Update install script
This commit is contained in:
parent
12aca6b760
commit
1a106e4c50
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ sudo easy_install -U distribute
|
||||||
# REDIS #
|
# REDIS #
|
||||||
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
||||||
pushd redis/
|
pushd redis/
|
||||||
git checkout 2.8
|
git checkout 3.0
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
@ -51,8 +51,9 @@ echo export AIL_LEVELDB=$(pwd)/redis-leveldb/ >> ./AILENV/bin/activate
|
||||||
. ./AILENV/bin/activate
|
. ./AILENV/bin/activate
|
||||||
|
|
||||||
mkdir -p $AIL_HOME/{PASTES,Blooms,dumps}
|
mkdir -p $AIL_HOME/{PASTES,Blooms,dumps}
|
||||||
mkdir -p $AIL_HOME/LEVEL_DB_DATA/{2014,2013}
|
mkdir -p $AIL_HOME/LEVEL_DB_DATA/2016
|
||||||
|
|
||||||
|
pip install -U pip
|
||||||
pip install -r pip_packages_requirement.txt
|
pip install -r pip_packages_requirement.txt
|
||||||
|
|
||||||
# Download the necessary NLTK corpora
|
# Download the necessary NLTK corpora
|
||||||
|
|
Loading…
Reference in a new issue