Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pghydro committed May 30, 2023
1 parent 56a3fb5 commit ed7405f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Postgresql version 9.1+

PostGIS version 3.x

PostGIS Raster

## INSTALLATION (v.6.6)

1 - Download the last pghydro stable release file Source code (zip) from the site https://github.com/pghydro/pghydro/releases
Expand All @@ -31,9 +33,12 @@ Postgresql 9.1+

createdb mydatabase
psql mydatabase -c "CREATE EXTENSION postgis"
psql mydatabase -c "CREATE EXTENSION postgis_raster"
psql mydatabase -c "CREATE EXTENSION pghydro"
psql mydatabase -c "CREATE EXTENSION pgh_raster"
psql mydatabase -c "CREATE EXTENSION pgh_consistency"
psql mydatabase -c "CREATE EXTENSION pgh_output"


## Tutorial (v.6.6) - Also can be used for versions 6.2 or 6.4

Expand Down

0 comments on commit ed7405f

Please sign in to comment.