July, 02, 2024
Setting Up Postgres for Rails
If you are setting up a Rails application for development and you need to run Postgres locally, you have two options:
- Install Postgres using the operating system package manager (e.g.
apt get
) - Start a PostgreSQL container