-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c556905
commit 7e57c61
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 - [email protected] | ||
Tariq K. Soliman - [email protected] | ||
Tariq K. Soliman - [email protected] |