--- a/README.markdown Mon Oct 08 19:24:10 2012 +0200
+++ b/README.markdown Mon Oct 08 19:41:11 2012 +0200
@@ -48,7 +48,7 @@
Cette commande va créer un fichier de configuration minimal sur le serveur web à partir des informations renseignées dans le fichier config.py de l'étape précédente.
4- Sur le serveur distant:
-* édition du fichier de configuration `<remote_web_path>/theend/config.py`.
+* édition du fichier de configuration `<remote_src_path>/theend/config.py`.
* configuration du serveur web
* du process uwsgi et de leur communication.
@@ -57,7 +57,7 @@
[program:theend]
command=<path to virtualenv>/bin/uwsgi --yaml /etc/uwsgi/theend.yml
- directory=<path to web folder>
+ directory=<path to src folder>
user=www-data
autostart=true
autorestart=true
@@ -73,9 +73,9 @@
virtualenv: <path to virtualenv>
processes: 5
logto: /var/log/uwsgi/theend.log
- chdir: <path to web folder>/theend
+ chdir: <path to src folder>/theend
module: django_wsgi
- pythonpath: <path to web folder>
+ pythonpath: <path to src folder>
On peut remarquer ici qu'on utilise les socket unix pour faire communiquer le serveur web et le serveur uwsgi.