Commit 72267265 authored by Romain Loth's avatar Romain Loth

petites corrections installation

parent 4fcd38b6
...@@ -25,7 +25,7 @@ Install the requirements ...@@ -25,7 +25,7 @@ Install the requirements
3) Type: source [your virtual environment directory]/bin/activate 3) Type: source [your virtual environment directory]/bin/activate
4) sudo chown -R user:user /srv/gargantext_env 4) sudo chown -R user:user /srv/gargantext_env
pip install -r /srv/gargantext/init/requirements.txt pip install -r /srv/gargantext/init/install/2-requirements.txt
5) Type: deactivate 5) Type: deactivate
...@@ -73,7 +73,7 @@ Last steps of configuration ...@@ -73,7 +73,7 @@ Last steps of configuration
rm gargantext_lib.tar.bz2 rm gargantext_lib.tar.bz2
3) init nodetypes and main variables 3) init nodetypes and main variables
/srv/gargantext/manage.py shell < /srv/gargantext/init/init.py /srv/gargantext/manage.py shell < /srv/gargantext/init.py
4) patch CTE: 4) patch CTE:
patch /srv/gargantext_env/lib/python3.4/site-packages/cte_tree/models.py /srv/gargantext/init/patches/cte_tree.models.diff patch /srv/gargantext_env/lib/python3.4/site-packages/cte_tree/models.py /srv/gargantext/init/patches/cte_tree.models.diff
...@@ -89,7 +89,7 @@ Last steps of configuration ...@@ -89,7 +89,7 @@ Last steps of configuration
Start Turbo parser server Start Turbo parser server
------------------------- -------------------------
See dependences in init/dependences.sh See dependences in init/dependences.sh
See README for install instructions /srv/gargantext/parsing/Taggers/nlpserver/README.rst See README for install instructions /srv/gargantext/parsing/Taggers/lib/nlpserver/README.rst
Start the Python Notebook server Start the Python Notebook server
......
...@@ -17,6 +17,7 @@ certifi==14.05.14 ...@@ -17,6 +17,7 @@ certifi==14.05.14
cffi==0.8.6 cffi==0.8.6
chardet==2.3.0 chardet==2.3.0
cryptography==0.6 cryptography==0.6
dateparser==0.3.0
decorator==3.4.0 decorator==3.4.0
django-autoslug==1.7.2 django-autoslug==1.7.2
django-autoslug-field==0.2.3 django-autoslug-field==0.2.3
...@@ -39,9 +40,8 @@ ipython==2.2.0 ...@@ -39,9 +40,8 @@ ipython==2.2.0
jedi==0.9.0 jedi==0.9.0
kombu==3.0.24 kombu==3.0.24
lxml==3.4.1 lxml==3.4.1
matplotlib==1.4.0
networkx==1.9 networkx==1.9
nltk==3.0a4 nltk==3.1
nose==1.3.4 nose==1.3.4
numpy==1.8.2 numpy==1.8.2
pandas==0.14.1 pandas==0.14.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment