KatrinaHoffert / EatSafe

An app for finding safe places to eat
Other
2 stars 2 forks source link

Document the setup instructions #134

Closed KatrinaHoffert closed 9 years ago

KatrinaHoffert commented 9 years ago

We need more details on how to create the DB, what needs to be changed in the conf file, etc. Should also explain the use of the server scripts.

Should also create a single script that sets up the entire DB:

  1. Create tables
  2. Populates with statements.sql
  3. Adds coordinates

We can assume that the statements.sql and coordinates file exist. They're in the repo, so they should. User can update them if they want.

KatrinaHoffert commented 9 years ago

Documentation part is done. Still need to do the DB script.

New idea: script should take in PostgreSQL version so that we can copy the synonyms file to its needed location.