-
Notifications
You must be signed in to change notification settings - Fork 0
Development guide
Aleksandar Toplek edited this page Feb 7, 2015
·
1 revision
- Install ruby from RubyInstaller
- Download RubyGems
zip
file and extract it into new folder inside Ruby folder -
cd
into RubyGems folder and execute as Administratorruby setup.rb
- Download DevKit and extract it into new folder inside Ruby folder
- As Administrator execute
ruby dk.rb init
andruby dk.rb install
- Get Bundler gem using
gem install bundler
bundle install
bundle exec guard init nanoc
# Start Guard to autocompile nanoc
bundle exec guard
# Start local server
nanoc view