- Local Postgres Server, with a user account capable of creating databases
- Local Opensearch server
- Ruby environment (tested with 3.4.4)
(from this directory)
bundle install- Copy the
template.envfile and name this copy.env.development(or.env.productionfor production environment) - Edit the ENV variables in the file
.env.developmentappropriately rails db:createrails db:migraterails db:seedrails server
bundle exec thor index:reindex
rails server