Skip to content

nanobox-quickstarts/nanobox-middleman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.