Enki
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 pg sequel
Invocation
Sample snippet to invoke the importer:
jekyll-import enki --dbname --user --password --host
Option <PARAM> | Description | ||
---|---|---|---|
--dbname |
Database name. |
||
--user |
User name. |
||
--password |
Database password. |
Default: '' |
|
--host |
Database host name. |
Default: 'localhost' |
Highlighted row(s) in table above indicate required options.