- Install and configure ruby & bundler
- Clone workstation repo, cd into it
- Install deps
bundle install --path .bundle
- Build package
bundle exec rake package
- Bootstrap a workstation
bundle exec ruby bin/boot.rb workstation_0.0.1_amd64.deb --host <IP> -p
8000