Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install Postgres 
    1. https://wiki.postgresql.org/wiki/Detailed_installation_guides
  2. Initialize the PostGIS database using SQL script in Clowder repository
    1. https://opensource.ncsa.illinois.edu/bitbucket/projects/CATS/repos/clowder/browse/geostream.sql
    2. psql -d clowder -f clowder/geostream.sql
  3. By default, the SQL script will assign database/tables to owner 'clowder'. If you specify a different Postgres user in Clowder (see Customization below) you should make sure databases/tables are owned by that user. 
  4. Enable Postgres plugin in Clowder
    1. In clowder/custom/play.plugins include the line:
      10502:services.PostgresPlugin

...