1. Gems

Gems

Introduction

Ruby gems are integral to running Middleman. There is an easy solution though at it involves utilising the Bundler gem package manager

$ gem install --no-ri --no-rdo bundler

This will allow us to run the install command within our Middleman folder later, that will then install all the necessary Gems.

Install

So now we need to make sure all the Gems are up to date. Run the following commands, making sure you are in the public folder of the project.

$ cd ~/Dropbox/www/x
$ rm gemfile.lock
$ bundle install

Todo

  • Instructions on installing bundler and what is it
  • Instructions on Thor installation or link to File