- Local Postgres Server, with a user account capable of creating databases
- Local Opensearch server
- Ruby environment (tested with 3.3.7)
(from this directory)
bundle install
- Copy the
template.env
file and name this copy.env
- Edit the ENV variables in the file
.env
appropriately rails db:create
rails db:migrate
rails db:seed
rails server
bundle exec thor index:reindex
rails server