Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.64 KB | None | 0 0
  1. $ ./buildZimFileFromDirectory.pl --htmlPath=/home/leon/Downloads/kiwix_project/wiki2b-static/static/ --language=fr --welcomePage=index.html --title=wiki2b --creator=bb --description=mywiki --dbPassword=mypass --dbUser=myname --dbPort=5432 --writerPath=/usr/local/bin/zimwriter --zimFilePath=articles.zim --dbName=wiki2b
  2. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "mimetype_pkey" for table "mimetype"
  3. NOTICE:  CREATE TABLE will create implicit sequence "article_aid_seq" for serial column "article.aid"
  4. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "article_pkey" for table "article"
  5. NOTICE:  CREATE TABLE will create implicit sequence "category_cid_seq" for serial column "category.cid"
  6. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "category_pkey" for table "category"
  7. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "categoryarticle_pkey" for table "categoryarticle"
  8. NOTICE:  CREATE TABLE will create implicit sequence "zimfile_zid_seq" for serial column "zimfile.zid"
  9. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "zimfile_pkey" for table "zimfile"
  10. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "zimarticle_pkey" for table "zimarticle"
  11. NOTICE:  CREATE TABLE will create implicit sequence "indexarticle_xid_seq" for serial column "indexarticle.xid"
  12. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "indexarticle_pkey" for table "indexarticle"
  13. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "words_pkey" for table "words"
  14. NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "trivialwords_pkey" for table "trivialwords"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement