forked from orbit-oss/flask
Add prefix for all commands in documentation (#2877)
* Add prefix for commands in docs * Add prefix for commands in example's README
This commit is contained in:
parent
b9b88b0cdf
commit
21b0aa6dd8
19 changed files with 112 additions and 112 deletions
|
|
@ -27,21 +27,21 @@ follows:
|
|||
|
||||
.. sourcecode:: text
|
||||
|
||||
# apt-get install libapache2-mod-wsgi
|
||||
$ apt-get install libapache2-mod-wsgi
|
||||
|
||||
If you are using a yum based distribution (Fedora, OpenSUSE, etc..) you
|
||||
can install it as follows:
|
||||
|
||||
.. sourcecode:: text
|
||||
|
||||
# yum install mod_wsgi
|
||||
$ yum install mod_wsgi
|
||||
|
||||
On FreeBSD install `mod_wsgi` by compiling the `www/mod_wsgi` port or by
|
||||
using pkg_add:
|
||||
|
||||
.. sourcecode:: text
|
||||
|
||||
# pkg install ap22-mod_wsgi2
|
||||
$ pkg install ap22-mod_wsgi2
|
||||
|
||||
If you are using pkgsrc you can install `mod_wsgi` by compiling the
|
||||
`www/ap2-wsgi` package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue