comparison doc/installation.txt @ 5909:d57347ae6f25

Typo fixes in installation.txt doc.
author John Rouillard <rouilj@ieee.org>
date Tue, 08 Oct 2019 21:40:10 -0400
parents c7ab00dd6502
children aec362e31fcd
comparison
equal deleted inserted replaced
5908:c7ab00dd6502 5909:d57347ae6f25
509 Apache HTTP Server with mod_wsgi 509 Apache HTTP Server with mod_wsgi
510 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 510 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
511 511
512 This is a work in progress thanks to Garth Jensen. 512 This is a work in progress thanks to Garth Jensen.
513 513
514 See the main web site for `mod_wsgi`_ whcih include directions for 514 See the main web site for `mod_wsgi`_ which include directions for
515 using mod_wsgi-express which is easier if you are not used to apache 515 using mod_wsgi-express which is easier if you are not used to apache
516 configuration. Also there is the 516 configuration. Also there is the
517 `main mod_wsgi <https://modwsgi.readthedocs.io/en/develop/>`_ for more 517 `main mod_wsgi <https://modwsgi.readthedocs.io/en/develop/>`_ for more
518 detailed directions. 518 detailed directions.
519 519
554 554
555 555
556 1. The `mod_wsgi`_ PyPi page lists prerequisites for various types of 556 1. The `mod_wsgi`_ PyPi page lists prerequisites for various types of
557 systems. For Ubuntu, they are apache2 and apache2-dev. To see 557 systems. For Ubuntu, they are apache2 and apache2-dev. To see
558 installed apache packages, you can use ``dpkg -l | grep apache``. 558 installed apache packages, you can use ``dpkg -l | grep apache``.
559 If apache2 or apache2-dev are not installed, they install them with: 559 If apache2 or apache2-dev are not installed, they install them
560 with:
561
560 - ``sudo apt update`` 562 - ``sudo apt update``
561 - ``sudo apt install apache2 apache2-dev`` 563 - ``sudo apt install apache2 apache2-dev``
564
562 2. If ``pip`` is not already installed, install it with 565 2. If ``pip`` is not already installed, install it with
563 ``sudo apt install python-pip`` 566 ``sudo apt install python-pip``
564 567
565 If you are using python 3, use ``sudo apt-install python3-pip`` and 568 If you are using python 3, use ``sudo apt-install python3-pip`` and
566 change references to pip in the directions to pip3. 569 change references to pip in the directions to pip3.

Roundup Issue Tracker: http://roundup-tracker.org/