sudo apt install postgresql
sudo apt install postgresql-{postgresql-version}-postgis-{postgis-version}
brew install postgis
To create the (unused but required) database:
$ rake db:create
To install dependencies:
$ yarn install
$ bundle
GOOGLE_GEOCODING_API_KEY
- You can obtain an API key for development from Google
- Add it to your
.env.local
file which is ignored by git
$ rails s
Visit localhost:3000.