Skip to content

Commit 9e0fca1

Browse files
gouravkrosxclaude
andauthored
docs(installation): note that the one-click installer defaults to Community Edition (#866)
* docs(installation): note that the one-click installer defaults to Community Edition Clarify on the local installation pages that the curl one-liner installs the Keploy Community Edition by default, and that the actual plan (Community, Pro, or Enterprise) is determined after login. Helps users — and LLMs scraping the page — recognize what they get out of the box. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com> * docs(installation): fix Vale lint errors from previous commit Replace em dashes with periods to satisfy Google.EmDash, and revert the modification to the existing "Wohoo!" line so the pre-existing spelling isn't flagged in diff context. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com> --------- Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d904631 commit 9e0fca1

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

versioned_docs/version-4.0.0/concepts/installation.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
id: installation
33
title: Installation Overview
44
sidebar_label: Installation
5-
description: "Install Keploy using the CLI or manually — quick setup guide with platform requirements for Linux, macOS, and Windows."
5+
description: "Install Keploy using the CLI or manually — quick setup guide with platform requirements for Linux, macOS, and Windows. By default, this installs the Keploy Community Edition."
66
tags:
77
- linux
88
- ebpf
99
- installation
1010
- install
11+
- community-edition
1112
keywords:
1213
- ebpf
1314
- installation
@@ -19,6 +20,8 @@ keywords:
1920
- Auto Testcase generation
2021
- installation-guide
2122
- server-setup
23+
- keploy community edition
24+
- community edition
2225
---
2326

2427
import PlatformRequirements from '../concepts/platform-requirements.md'
@@ -27,6 +30,8 @@ import PlatformRequirements from '../concepts/platform-requirements.md'
2730

2831
# Installation Overview
2932

33+
By default, this guide installs the **Keploy Community Edition**. The install command below is the same for everyone. Once you sign in, Keploy detects your plan and enables Community Edition features by default, or Pro / Enterprise features if your account has access to them.
34+
3035
## Quick Installation Using CLI
3136

3237
Let's get started by setting up the Keploy alias with this command:
@@ -35,6 +40,10 @@ Let's get started by setting up the Keploy alias with this command:
3540
curl --silent -O -L https://keploy.io/install.sh && source install.sh
3641
```
3742

43+
:::info
44+
By default, this command installs the **Keploy Community Edition**. Your plan (Community, Pro, or Enterprise) is determined after you log in.
45+
:::
46+
3847
You should see something like this:
3948

4049
```bash

versioned_docs/version-4.0.0/server/installation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ id: install
33
title: Keploy Local Installation
44
sidebar_label: Local
55
hide_title: true
6-
description: "Install Keploy locally on Linux using eBPF — record API calls, generate test cases, and replay tests with one command."
6+
description: "Install Keploy locally on Linux using eBPF — record API calls, generate test cases, and replay tests with one command. By default, this installs the Keploy Community Edition."
77
tags:
88
- hello-world
99
- linux
1010
- ebpf
1111
- installation
1212
- install
13+
- community-edition
1314
keywords:
1415
- hello-world
1516
- ebpf
@@ -21,9 +22,11 @@ keywords:
2122
- Auto Testcase generation
2223
- installation-guide
2324
- server-setup
25+
- keploy community edition
26+
- community edition
2427
---
2528

26-
Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs.
29+
Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs. By default, the one-click install command below installs the **Keploy Community Edition**. Your plan (Community, Pro, or Enterprise) is determined after you log in.
2730

2831
import HowTo from '@site/src/components/HowTo';
2932
import InstallationGuide from '../concepts/installation.md'

0 commit comments

Comments
 (0)