All Projects → litmuschaos → v1-litmus-docs

litmuschaos / v1-litmus-docs

Licence: Apache-2.0 License
Documentation for the Litmus Project

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to v1-litmus-docs

awesome-chaos-engineering
Awesome chaos engineering page
Stars: ✭ 18 (-5.26%)
Mutual labels:  chaos-engineering
chaostoolkit-spring
Spring Chaos Monkey driver for the Chaos Toolkit
Stars: ✭ 12 (-36.84%)
Mutual labels:  chaos-engineering
chaoshub-archive
[ARCHIVED] ChaosHub - Your Chaos Engineering Control Plane
Stars: ✭ 16 (-15.79%)
Mutual labels:  chaos-engineering
aws-fis-templates-cdk
Collection of AWS Fault Injection Simulator (FIS) experiment templates deploy-able via the AWS CDK
Stars: ✭ 43 (+126.32%)
Mutual labels:  chaos-engineering
xk6-chaos
xk6 extension for running chaos experiments with k6 💣
Stars: ✭ 18 (-5.26%)
Mutual labels:  chaos-engineering
CloudRaider
A resiliency tool that automates Failure mode effect analysis tests, simplifying complex testing with a behavior-driven development and testing approach. Provides a programmatic way to execute controlled failures in AWS and a BDD way to write test cases, allowing test plans themselves to become test cases that can be executed as is.
Stars: ✭ 26 (+36.84%)
Mutual labels:  chaos-engineering
experiment-catalog
A public and open source chaos engineering experiment catalog.
Stars: ✭ 54 (+184.21%)
Mutual labels:  chaos-engineering
chaostoolkit-azure
Chaos Toolkit Extension for Azure
Stars: ✭ 21 (+10.53%)
Mutual labels:  chaos-engineering
kaos
Kinda Chaos Monkey for Kubernetes
Stars: ✭ 18 (-5.26%)
Mutual labels:  chaos-engineering
litmus-on-okteto
Use Litmus and Okteto Cloud to show you how to start Chaos testing your Kubernetes applications.
Stars: ✭ 32 (+68.42%)
Mutual labels:  chaos-engineering
kraken
Chaos and resiliency testing tool for Kubernetes and OpenShift
Stars: ✭ 161 (+747.37%)
Mutual labels:  chaos-engineering
common-disaster-recovery-scenarios
A list of common Disaster Recovery (DR) scenarios for software companies
Stars: ✭ 29 (+52.63%)
Mutual labels:  chaos-engineering
chaos-exporter
Prometheus Exporter for Litmus Chaos Metrics
Stars: ✭ 25 (+31.58%)
Mutual labels:  chaos-engineering
Performance-Engineers-DevOps
This repository helps performance testers and engineers who wants to dive into DevOps and SRE world.
Stars: ✭ 35 (+84.21%)
Mutual labels:  chaos-engineering
chaos-operator
chaos engineering via kubernetes operator
Stars: ✭ 90 (+373.68%)
Mutual labels:  chaos-engineering
sample-spring-chaosmonkey
sample applications illustrating usage of codecentric's chaos monkey library for microservices created using spring boot and spring cloud
Stars: ✭ 19 (+0%)
Mutual labels:  chaos-engineering
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (+105.26%)
Mutual labels:  chaos-engineering
chaosmonkey
Go client to the Chaos Monkey REST API
Stars: ✭ 54 (+184.21%)
Mutual labels:  chaos-engineering
openchaos
Open Chaos Initiative
Stars: ✭ 28 (+47.37%)
Mutual labels:  chaos-engineering
platform-chaos
A node sdk for building services capable of injecting chaos into PaaS offerings. ⚙️ 🌩
Stars: ✭ 18 (-5.26%)
Mutual labels:  chaos-engineering

Documentation for the Litmus Project

FOSSA Status Slack Channel Docker Pulls GitHub stars GitHub issues GitHub pull requests Twitter Follow YouTube Channel PRs Welcome Open Source Love GitHub top language

Read this in other languages.

FR

Additional details on the Docusaurus project can be found here.

For Developers

Clone litmus-docs repository

git clone https://github.com/litmuschaos/litmus-docs.git
cd litmus-docs

The docs website server can be setup manually or through docker compose

Use embedmd command before commiting changes

The embedded code will be extracted from the file at URL, which can either be a relative path to a file in the local file system (using forward slashes as directory separator) or a URL starting with http:// or https://.

Installation:

  • Make sure you have golang installed. We just need to run the following command to install embedmd.
go get github.com/campoy/embedmd

Run embedmd (needs to be done before commiting the changes):

  • Follow the steps (from root directory) to run embedmd:
cd docs
embedmd -w $(find *.md)

Check the difference:

  • Executing embedmd -d docs-name.md will display the difference between the contents of docs-name.md and the output of embedmd docs-name.md.

Manual Setup

Install Node.js

sudo apt-get install software-properties-common
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -

Get the latest Node.js package

sudo apt-get install -y nodejs

Install Yarn

npm install -g yarn

Start the server

cd website
yarn install
yarn start

Using Docker compose

Install docker compose

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

Run the server

docker-compose up

Browse local documentation

http://localhost:3000/docs/next/getstarted.html

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].