Sha256: b70219e0ed13683076f0f63593cdef62a2d58e1aa58e6e762cb9fa95ebc9ec01
Contents?: true
Size: 643 Bytes
Versions: 5
Compression:
Stored size: 643 Bytes
Contents
--- layout: docs title: Drupal 6 prev_section: csv link_source: drupal6 next_section: drupal7 permalink: /docs/drupal6/ --- To import your posts from a [Drupal 6](http://drupal.org) installation, run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::Drupal6.run({ "dbname" => "name", "user" => "myuser", "password" => "mypassword", "host" => "myhost", "prefix" => "mytableprefix" })' {% endhighlight %} The only required fields are `dbname` and `user`. `password` defaults to `""`, `host` defaults to `"localhost"`, and `prefix` defaults to `""`.
Version data entries
5 entries across 5 versions & 1 rubygems