Setup Create the database: psql -c 'CREATE DATABASE leadme_topicos WITH TEMPLATE template1' Create the tables: psql -d leadme_topicos -f ./create_tables.sql Populate the tables: ./bin/populate.sh