Get Dependencies bundle install Update Dependencies bundle update Run the server rake server View your site http://localhost:4567 Ready to deploy? middleman build git add --all git commit -m "your commit comment" git push heroku master Create New Article middleman article {your_title}