Documentation for the Litmus Project
Additional details on the Docusaurus project can be found here.
git clone https://github.com/litmuschaos/litmus-docs.git
cd litmus-docs
The website server can be setup manually or through docker and docker compose
sudo apt-get install software-properties-common
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g yarn
cd website
yarn install
yarn start
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose up