Skip to content
Snippets Groups Projects
Commit 414ef0fb authored by Michaël Paulon's avatar Michaël Paulon
Browse files

Correction typos + ajout d'acl + passage à python3-venv

parent 4e5e8097
No related branches found
No related tags found
No related merge requests found
Pipeline #7798 passed with warnings with stages
in 3 minutes and 51 seconds
......@@ -11,7 +11,7 @@ On supposera pour la suite que vous utiliser debian/ubuntu sur un serveur tout n
1. Paquets nécessaires
$ sudo apt install nginx python3 python3-pip python3-dev uwsgi
$ sudo apt install uwsgi-plugin-python3 python3-virtualenv git
$ sudo apt install uwsgi-plugin-python3 python3-venv git acl
2. Clonage du dépot
......@@ -29,8 +29,8 @@ On supposera pour la suite que vous utiliser debian/ubuntu sur un serveur tout n
À la racine du projet:
$ virtualenv env
$ source /env/bin/activate
$ python3 -m venv env
$ source env/bin/activate
(env)$ pip3 install -r requirements.txt
(env)$ deactivate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment