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