Skip to content

ibp-network/wiki

Repository files navigation

Website

This website is built using Docusaurus 3.0, a modern static website generator.

Install Software

curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash
apt update && apt full-upgrade
apt install nodejs
apt install build-essential
apt install apache2
apt install npm

Clone Repository

It is recommended that you clone this repository in your /var/www directory

cd /var/www
git clone https://github.com/ibp-network/wiki.git
cd wiki

Build Package

You need to generate the static pages from the source code, using npm:

npm install
npm run build

Publish Site

Finally, you only need to point your web server software (e.g. Apache) to server the site stored at /var/www/wiki/build