Installation

Requirements

Install from RubyGems

The easiest way to install Jackdaw:

gem install jackdaw

Verify the installation:

jackdaw version

Using Bundler

Add to your Gemfile:

gem 'jackdaw'

Then install:

bundle install

From Source

Clone the repository and build:

git clone https://github.com/yourusername/jackdaw.git
cd jackdaw
bundle install
gem build jackdaw.gemspec
gem install jackdaw-1.0.0.gem

Dependencies

Jackdaw automatically installs these dependencies:

Next Steps

Once installed, create your first site →