Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 509 Bytes

TASKS.md

File metadata and controls

12 lines (11 loc) · 509 Bytes

Steps during this segment

  1. Confirm Ruby (2.6.2) is installed
  2. Confirm Bundler is installed (gem install bundler)
  3. Install our gems (bundle install)
  4. Run the test program and confirm nothing is listening! (ruby test/sensor_v1.rb)
  5. Create the directory structure for a simple simple roda app
  6. Create config.ru
  7. Create hello world root path in app (rodaapp.rb)
  8. Run the app rackup and run the test program. Should be able to visit the site and get 404s on the test program.