Sha256: 97c6155b4b1a48aacf97a7f73df385d6db5e606fe311d68f19c23c40b8c0652f
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
--- layout: docs title: Installation prev_section: home next_section: usage permalink: /docs/installation/ --- Because the importers have many of their own dependencies, they are made available via a separate gem called [`jekyll-import`](https://github.com/jekyll/jekyll-import). To use them, all you need to do is install the gem, and they will become available as part of Jekyll's standard command line interface. {% highlight bash %} $ gem install jekyll-import --pre {% endhighlight %} <div class="note warning"> <h5>Jekyll-import requires you to manually install some dependencies.</h5> <p markdown="1">If you are importing your blog from Drupal 6,7, Joomla, Mephisto, Movable Type, Textpattern, or Typo (with mysql db), you need to install `mysql` and `sequel` gems. If you are importing from a WordPress database, you need to install `mysql2` and `sequel` gems, and if you are importing from Enki or Typo (with postgresql db) you need to install `pg` and `sequel` gems.</p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.1.0.rc1 | site/docs/installation.md |