Steps

  1. install Windows Subsystem for Linux
  2. install Ubuntu via Windows store
  3. configure your user on Ubuntu
  4. install RVM in your Ubuntu instance
  5. install PostgreSQL on Windows
  6. install PostgreSQL on Ubuntu
  7. start PostgreSQL service on Windows if it hasn't been started
  8. ensure you can use psql in your Windows terminal
  9. clone the code(both or just the backend)
  10. run gem install bundler in Ubuntu
  11. run bundle install while your current working directory is the SCL backend directory in Ubuntu
  12. start the Rails server from Ubuntu using rails s

Checklist