Skip to content
Aleksandar Toplek edited this page Feb 7, 2015 · 1 revision

Installation

  • Install ruby from RubyInstaller
  • Download RubyGems zip file and extract it into new folder inside Ruby folder
  • cd into RubyGems folder and execute as Administrator ruby setup.rb
  • Download DevKit and extract it into new folder inside Ruby folder
  • As Administrator execute ruby dk.rb init and ruby dk.rb install
  • Get Bundler gem using gem install bundler

Configuring environment

bundle install
bundle exec guard init nanoc

Development process

# Start Guard to autocompile nanoc
bundle exec guard

# Start local server
nanoc view
Clone this wiki locally