From 7e57c61f486829047ae0c1c18a204c6a86a01ecb Mon Sep 17 00:00:00 2001 From: Tariq Soliman Date: Wed, 2 Oct 2019 17:51:18 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d4e7cfc..4dbdd60b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Agree to any possible postgis installions in the gui or run `CREATE EXTENSION po 1. Run `install.sh` within `/` `./install.sh` -(If you can't run install, just copy `/prepare/base/Missions` to `/Missions`) +(If you can't run install, just copy `/prepare/base/Missions` to `/Missions` if it's not there already) 1. Copy `/env.sample` to `.env` `cp env.sample .env` @@ -61,7 +61,7 @@ Agree to any possible postgis installions in the gui or run `CREATE EXTENSION po ``` 1. Within `/` run `npm start` - * If you get errors, try running `npm start` again and make sure you ran `CREATE EXTENSION postgis;` on your database. + * If you get errors, try running `npm start` a few times. Also make sure you ran `CREATE EXTENSION postgis;` on your database. 1. Setup the admin account: * In your browser, navigate to `http://localhost:8888/configure` @@ -109,4 +109,4 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ## Contacts Dr. Fred J. Calef III - fred.calef@jpl.nasa.gov -Tariq K. Soliman - tariq.k.soliman@jpl.nasa.gov \ No newline at end of file +Tariq K. Soliman - tariq.k.soliman@jpl.nasa.gov