Commit f5f55811 authored by Administrator's avatar Administrator

[ADMIN] UWSGI and NGINX.

parent b2bde9da
...@@ -80,7 +80,7 @@ Last steps of configuration ...@@ -80,7 +80,7 @@ Last steps of configuration
Warning: for ln, path has to be absolute! Warning: for ln, path has to be absolute!
5) patch CTE: 5) patch CTE:
patch /srv/gargantext_env/lib/python3.4/site-packages/cte_tree/models.py /srv/gargantext/init/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
6) init nodetypes and main variables 6) init nodetypes and main variables
/srv/gargantext/manage.py shell < /srv/gargantext/init/init.py /srv/gargantext/manage.py shell < /srv/gargantext/init/init.py
......
...@@ -13,7 +13,7 @@ pip install --upgrade pip ...@@ -13,7 +13,7 @@ pip install --upgrade pip
pip install -r 3-requirements.txt pip install -r 3-requirements.txt
pip3 install git+https://github.com/mathieurodic/aldjemy.git pip3 install git+https://github.com/mathieurodic/aldjemy.git
patch /srv/gargantext_env/lib/python3.4/site-packages/cte_tree/models.py /srv/gargantext/init/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
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
env = DJANGO_SETTINGS_MODULE=gargantext_web.settings env = DJANGO_SETTINGS_MODULE=gargantext_web.settings
#module = django.core.handlers.wsgi:WSGIHandler() #module = django.core.handlers.wsgi:WSGIHandler()
#touch-reload= /tmp/gargantext.reload
# the base directory # the base directory
chdir = /srv/gargantext chdir = /srv/gargantext
......
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