This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
Backup
Requiere postgres:15 instalado en local (funcionalidad pg_dump) https://www.postgresql.org/download/linux/ubuntu/
sudo apt install postgresql-15
bundle install
rails db:drop
rails db:create
rails db:migrate
rails populate:run_all
rails populate:edit_created_at
bundle exec sidekiq