Before going any further, make sure your system meets all the requirements.
- Open Terminal.
- Download the latest version of Wiki.js:
wget https://github.com/Requarks/wiki/releases/latest/download/wiki-js.tar.gz
- Extract the package to the final destination of your choice:
mkdir wiki
tar xzf wiki-js.tar.gz -C ./wiki
cd ./wiki
- Rename the sample config file to
config.yml
:
mv config.sample.yml config.yml
- Edit the config file and fill in your database and port settings (Configuration Reference):
nano config.yml
- For SQLite installations only: (skip this step otherwise) Fetch native bindings for SQLite3:
npm rebuild sqlite3
- Run Wiki.js
node server
- Wait until you are invited to open to the setup page in your browser.
- Complete the setup wizard to finish the installation.
Coming soon