##// END OF EJS Templates
Syntax correction on the recently changed documentation.
Augusto Herrmann -
r1559:a9fef2e6 beta
parent child Browse files
Show More
@@ -508,9 +508,13 b" that, you'll need to:"
508
508
509 - Install mod_wsgi. If using a Debian-based distro, you can install
509 - Install mod_wsgi. If using a Debian-based distro, you can install
510 the package libapache2-mod-wsgi::
510 the package libapache2-mod-wsgi::
511
511 aptitude install libapache2-mod-wsgi
512 aptitude install libapache2-mod-wsgi
513
512 - Enable mod_wsgi::
514 - Enable mod_wsgi::
515
513 a2enmod wsgi
516 a2enmod wsgi
517
514 - Create a wsgi dispatch script, like the one below. Make sure you
518 - Create a wsgi dispatch script, like the one below. Make sure you
515 check the paths correctly point to where you installed RhodeCode
519 check the paths correctly point to where you installed RhodeCode
516 and its Python Virtual Environment.
520 and its Python Virtual Environment.
General Comments 0
You need to be logged in to leave comments. Login now