From ea6f5c920b8c94275cac5e53eaebc93fd36dbf16 Mon Sep 17 00:00:00 2001 From: ClontarfX Date: Thu, 28 Sep 2017 00:44:03 +0800 Subject: [PATCH] Update index.rst (#942) Fixed typo for libsasl3-dev (was libsas13-dev). --- docs/quickstart/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 958d652e..53722128 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -27,7 +27,7 @@ If installing Lemur on a bare Ubuntu OS you will need to grab the following pack .. code-block:: bash $ sudo apt-get update - $ sudo apt-get install nodejs python-pip python-dev python3-dev libpq-dev build-essential libssl-dev libffi-dev libsas12-dev libldap2-dev nginx git supervisor npm postgresql + $ sudo apt-get install nodejs python-pip python-dev python3-dev libpq-dev build-essential libssl-dev libffi-dev libsasl2-dev libldap2-dev nginx git supervisor npm postgresql .. note:: PostgreSQL is only required if your database is going to be on the same host as the webserver. npm is needed if you're installing Lemur from the source (e.g., from git).