From aca6d6346fb67c02efb1cbaf7aa7144c2ab8c5c9 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Fri, 25 Aug 2017 10:12:56 -0700 Subject: [PATCH] Removing legacy requirement for nodejs. Closes #866 (#887) --- docs/quickstart/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 6718bf82..cce9cdc3 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-legacy python-pip python-dev python3-dev libpq-dev build-essential libssl-dev libffi-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 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). @@ -153,7 +153,7 @@ First, set a password for the postgres user. For this guide, we will use ``lemu $ sudo -u postgres -i $ psql postgres=# CREATE USER lemur WITH PASSWORD 'lemur'; - + Once successful, type CTRL-D to exit the Postgres shell. Next, we will create our new database: