Merge pull request #1626 from albertogg/migrations-warning-note
jekyll-import warning note of missing deps.
This commit is contained in:
commit
0ffd4ff603
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue