This website is built using Docusaurus 3.0, a modern static website generator.
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
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
You need to generate the static pages from the source code, using npm
:
npm install
npm run build
Finally, you only need to point your web server software (e.g. Apache) to server the site stored at /var/www/wiki/build