- 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 - Edit the ENV variables in the file
.envappropriately rails db:createrails db:migraterails db:seedrails server
bundle exec thor index:reindex
rails server