Skip to content

Commit

Permalink
Merge pull request #273 from ddosify/develop
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
fatihbaltaci committed Mar 18, 2024
2 parents 5458400 + bb8b6df commit 8861e90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,17 @@ 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
```
<p align="center">
<a href="https://aws.amazon.com/marketplace/pp/prodview-mwvnujtgjedjy" target="_blank"><img src="https://img.shields.io/badge/Available_on_aws_marketplace-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white" height="40" alt="Available on aws marketplace" /></a>&nbsp;
</p>

(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.
Expand Down
2 changes: 1 addition & 1 deletion selfhosted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8861e90

Please sign in to comment.