Commit 9d58722c authored by Administrator's avatar Administrator

Merge branch 'testing' into stable

parents 212c9b2a ce794fa6
...@@ -97,7 +97,6 @@ Extras ...@@ -97,7 +97,6 @@ Extras
Last steps of configuration: Last steps of configuration:
---------------------------- ----------------------------
1) If your project is not in /srv/gargantext: 1) If your project is not in /srv/gargantext:
ln -s [the project folder] /srv/gargantext ln -s [the project folder] /srv/gargantext
...@@ -126,9 +125,14 @@ patch /srv/gargantext_env/lib/python3.4/site-packages/cte_tree/models.py /srv/ga ...@@ -126,9 +125,14 @@ patch /srv/gargantext_env/lib/python3.4/site-packages/cte_tree/models.py /srv/ga
/srv/gargantext/manage.py shell < /srv/gargantext/init/init.py /srv/gargantext/manage.py shell < /srv/gargantext/init/init.py
Start Turbo parser server
-------------------------
See dependences in init/dependences.sh
See README for install instructions /srv/gargantext/parsing/Taggers/nlpserver/README.rst
Start the Python Notebook server Start the Python Notebook server
-------------------------------- --------------------------------
1) In Pyvenv: 1) In Pyvenv:
python manage.py shell_plus --notebook python manage.py shell_plus --notebook
...@@ -144,7 +148,6 @@ $ python manage.py runserver ...@@ -144,7 +148,6 @@ $ python manage.py runserver
For Production Server For Production Server
--------------------- ---------------------
git checkout stable git checkout stable
$ sudo aptitude install rabbitmq-server $ sudo aptitude install rabbitmq-server
......
...@@ -15,6 +15,10 @@ CONFIGURATION ...@@ -15,6 +15,10 @@ CONFIGURATION
The settings for the server can be found in `settings.py`. The settings for the server can be found in `settings.py`.
Please ensure the TCP port is not already in use on your machine, and that the path to the models are correct. Please ensure the TCP port is not already in use on your machine, and that the path to the models are correct.
START for tests
===============
python3 server.py
"CTRL + c" to shut down
START/STOP THE SERVER START/STOP THE SERVER
===================== =====================
......
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