Commit 87290cdf authored by Administrator's avatar Administrator

[INIT] improving init.

parent 52f77329
......@@ -4,7 +4,23 @@ Install the requirements
1) Install all the Debian packages listed in dependances.deb
(also: sudo apt-get install postgresql-contrib)
2) Create a virtual enironnement with pyvenv: apt-get install python-virtualenv
2) Create a Pythton virtual enironnement
On Debian:
---------
sudo apt-get install python3.4-venv
pyvenv3 /srv/gargantext_env
On ubuntu:
---------
sudo apt-get install python-pip
sudo pip install -U pip
sudo pip install -U virtualenv
ensuite tu peux créer ton virtualenv dans le dossier de travail ou à un
endroit choisi :
virtualenv -p python3 /srv/gargantext_env
3) Type: source [your virtual environment directory]/bin/activate
......@@ -65,4 +81,4 @@ Start the Django server
-----------------------
In Pyvenv:
python manage.py runserver
\ No newline at end of file
python manage.py runserver
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