The setups steps expect following tools installed on the system.
- GitHub
- Ruby 3.0.1
- Rails 7.0.3
- PostgreSQL
ruby -v
The ouput should start with something like ruby 3.0.1
If not, install the right ruby version using RVM (it could take a while):
rvm install 3.0.1
Using Bundler:
bundle install
- delete credentials.yml.enc -> "config/credentials.yml.enc"
- create an env file and fill in their data, you can see it in the env file.example
- run command "add your details:"
EDITOR="vim" bin/rails credentials:edit
rails db:create db:migrate db:seed
redis-server
bundle exec sidekiq
rails s
docker-compose build && docker-compose up
list of possible commands for docker link