Merge pull request #1626 from albertogg/migrations-warning-note

jekyll-import warning note of missing deps.
This commit is contained in:
Parker Moore 2013-10-11 08:33:24 -07:00
commit 0ffd4ff603
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@ Jekyll's standard command line interface.
$ 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>
You should now be all set to run the importers below. If you ever get stuck, you
can see help for each importer: