Mephisto
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 sequel
Invocation
Sample snippet to invoke the importer:
jekyll import mephisto --dbname DB --user USER --password PW --host HOST
| Option <PARAM> | Description | ||
|---|---|---|---|
--dbname DB |
Database name |
||
--user USER |
Database user name |
||
--password PW |
Database user’s password |
Default: '' |
|
--host HOST |
Database host name |
Default: 'localhost' |
|
Highlighted row(s) in table above indicate required options.