× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



"Price is right" was a joke/funny/humor, maybe not :)

I have not written any specific instructions at this point. But here's a basic guide that might work for you.

// Used the Windows install as a base.
https://docs.requarks.io/install/windows

// Made sure to have Node 12 loaded and SQLite 3 from IBM Open Source packages.

// Download the Node app file. I used the Windows package and it worked fine since it's Node
https://github.com/Requarks/wiki/releases/download/2.3.81/wiki-js-windows.tar.gz

// Upload tar file to root of IFS
/wiki-js-windows.tar.gz

// Run this from bash shell or qp2term or possibly strqsh:
mkdir /wikijs
mkdir /wikijs/database
mkdir /wikijs/backups
cd /
tar xzf wiki-js-windows.tar.gz -C /wikijs
cd /wikijs

// Ran this to rebuild SQLite3 driver which I am using
npm rebuild sqlite3

// Copy sample config file to actual config file
cp /wikijs/config.sampl.yml /wikijs/config.yml

// Edit config.yml file via your favorite PC file editor or WRKLNK I suppose.
Db
type: sqlite
storage: /wikijs/database/database.sqlite

// Run WikiJs
node server

// Hit site via browser and config
http://systemip:3000

Use the rest of the basic WikiJS site instructions
https://docs.requarks.io/guide/intro

Regards,
Richard Schoen
Web: http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
------------------------------

message: 2
date: Mon, 11 May 2020 07:16:29 +0000
from: john art <jhon_art@xxxxxxxxxxx>
subject: RE: WikiJs for IBM i Application Documentation or Internal
Knowledgebase

Hi Richard
i would be interested to this Wiki system ..
could you please give me some instruction to install it on Ibm i ?
Thanks in advance
J
I did not understand .. before you say FREE and then ".. the price is right .."


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.