If you need to install Ruby, let's check this: https://www.ruby-lang.org/en/documentation/installation/
- Check the file config/database.yml and configure with your database credentials
- Install gem's with this command line, inside the project folder: bundle install
- inside the project folder execute: rails server