Joomla
Additional Dependencies
This importer requires the following additional libraries.
              You may install the needed gems individually by running gem install GEM_NAME or install all of them
              with a single invocation:gem install mysql2 safe_yaml sequel
            
Invocation
Sample snippet to invoke the importer:
jekyll import joomla --dbname --user --password --host --port --section --prefix
| Option <PARAM> | Description | ||
|---|---|---|---|
| --dbname | Database name. | ||
| --user | Database user name. | ||
| --password | Database user’s password. | Default: '' | |
| --host | Database host name. | Default: 'localhost' | |
| --port | Database port. | Default: '3306' | |
| --section | Section ID. | Default: '1' | |
| --prefix | Table prefix name. | Default: 'jos_' | |
Highlighted row(s) in table above indicate required options.
  
