Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman authored Oct 3, 2019
1 parent c556905 commit 7e57c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`
Expand Down Expand Up @@ -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]

0 comments on commit 7e57c61

Please sign in to comment.