This is a quickstart for getting Middleman up and running with Nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-middleman.git
# cd into the middleman app
cd nanobox-middleman
# add a convenient way to access your app from the browser
nanobox dns add local middleman.dev
# start the dev environment and middleman
nanobox run middleman
Visit the app from your favorite browser at middleman.dev:4567.