This repository conains a script to create a Pot that will run PostgreSQL on FreeBSD
- Build the pot
sh pot_build.sh <postgres-password>
This will initialize the database with user postgres and the password you passed to the script
- Run Postgres on FreeBSD!
pot start postgres
pot stop postgres