diff --git a/README.md b/README.md index 01cb96c7..65a09b22 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ Check out our [Github Page](https://github.com/ddosify/ddosify/tree/master/selfh #### Quick Start +(1) Deploy using Docker Compose: + ```bash curl -sSL https://raw.githubusercontent.com/ddosify/ddosify/master/selfhosted/install.sh | bash ``` @@ -102,6 +104,8 @@ curl -sSL https://raw.githubusercontent.com/ddosify/ddosify/master/selfhosted/in Available on aws marketplace 

+(2) You can deploy Ddosify Self Hosted on Kubernetes using the [Helm chart](https://github.com/ddosify/ddosify-helm-charts). + ### ☁️ Ddosify Cloud [Ddosify Cloud](https://app.ddosify.com/) features a SaaS, web-based user interface, multi-location-based **Performance Testing**, and **Kubernetes Monitoring**. Anyone can test the performance of backend endpoints, monitor Kubernetes Clusters, and find the bottlenecks in the system. It has a simple/no code UI, insightful charts, service maps, and more features. diff --git a/selfhosted/README.md b/selfhosted/README.md index 9a459268..f8244546 100644 --- a/selfhosted/README.md +++ b/selfhosted/README.md @@ -41,7 +41,7 @@ This README provides instructions for installing and an overview of the system r - **Memory**: 8 GB RAM or more - **Storage**: At least 5 GB of available hard drive space (preferably SSD for faster load times) -## ⚡️ Quick Start (Recommended) +## ⚡️ Quick Start (docker compose) You can quickly deploy Ddosify Self Hosted by running the following command. This script clones the Ddosify repository to your `$HOME/.ddosify` directory, and deploys the services using Docker Compose. Please check the [install.sh](./install.sh) file to see what it does. You can also run the commands manually by following the [Manual Installation](#-manual-installation) section.