Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 577 Bytes

Middleman with Nanobox

This is a quickstart for getting Middleman up and running with Nanobox.

Up and Running

# 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.