There was an error while loading. Please reload this page.
Here are some useful links for installation:
Windows
Ubuntu
Mac OS
After installing postgreSQL you need to create two extensions, run the following command in psql:
psql
\c <database name> create extension btree_gin; create extension pg_trgm;