Skip to content

Commit

Permalink
chore: removed sections (#1861)
Browse files Browse the repository at this point in the history
## Checklist
I have:
- [ ] run the content through Grammarly
- [ ] linked to sample apps when relevant
- [ ] added the meta description for each page in the PR
- [ ] minimized the callouts and added only when necessary
- [ ] added the `queryString` parameter to the Tabs (if used)
- [ ] masked PII in images. For example, login credentials, account
details, and more
- [ ] added images only when necessary
- [ ] deleted the images that are no longer used for the updated pages
in the PR
- [ ] followed the image file naming convention while renaming or adding
new images. (Use lowercase letters, dashes between words, and be as
descriptive as possible)
- [ ] used the `<figure/>` tag instead of a markdown representation for
images
- [ ] added the `<figcaption/>` tag to add a caption to the image
- [ ] added the `alt` attribute in the `<img/>` tag
- [ ] verified and updated the cross-references or created redirect
rules for the changed or removed content
- [ ] reviewed and applied the style changes for UI formatting. For
example, Bold the UI elements(Buttons on screen) used in the doc.
  • Loading branch information
jnikhila authored Nov 9, 2023
1 parent 3b5d360 commit 4042a4c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 96 deletions.
23 changes: 1 addition & 22 deletions website/docs/getting-started/setup/installation-guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,28 +105,7 @@ Depending on your infrastructure, you can choose one of the following guides to
<b><a href="/getting-started/setup/installation-guides/ansible">Ansible</a></b>
</div>
<div class="columnGrid column-three" align="center">
<div class="containerCol">
<a href="/getting-started/setup/installation-guides/cloudjiffy">
<img class="containerImage" src="https://ik.imagekit.io/iyat1fg3juj/cloudjiffy-logo_OhHLsg76P.png?ik-sdk-version=javascript-1.4.3&#x26;updatedAt=1657134035775" alt="CloudJiffy-logo"/>
</a>
</div>
<b><a href="/getting-started/setup/installation-guides/cloudjiffy">CloudJiffy</a></b>
</div>
</div>
</div>

<div class="containerGrid">
<div class="columnGrid column-one" align="center">
<div class="containerCol">
<a href="/getting-started/setup/installation-guides/restack">
<img class="containerImage" src="/img/Restack_Icon_100px.png" alt="Restack-logo"/>
</a>
</div>
<b><a href="/getting-started/setup/installation-guides/restack">Restack</a></b>
</div>
<div class="columnGrid column-two" align="center">
</div>
<div class="columnGrid column-three" align="center">
</div>
</div>

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ Follow these steps to install Appsmith using an Amazon Machine Image (AMI):
3. Once you've created an account, you can either start with the free plan or activate your instance with a license key. If you want to generate a license key, sign up on [customer.appsmith.com](https://customer.appsmith.com) to create one, and then proceed to activate your instance using the newly generated license key.
## Install Appsmith Community
To install the open source edition of Appsmith (Appsmith Community), choose the [Appsmith Community Edition](https://aws.amazon.com/marketplace/pp/prodview-mclslaty46ah4) in the [image selection](#select-appsmith-image) step, and then follow the instructions provided on this page.
## Troubleshooting
Some common errors that you may face during installation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ The `exec` command will be available once the new deployment is active.
```
3. Once you can access the bash shell, you can execute all commands available in the Appsmith container, like [appsmithctl](/getting-started/setup/instance-management/appsmithctl).

## Install Appsmith Community

To install the Appsmith open source edition (Appsmith Community), replace `appsmith-ee` with `appsmith-ce` in the [container definition](#container-definition-ecs) on this page.

## Troubleshooting

Some common errors that you may face during installation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Deploy Appsmith on the ECS cluster using EC2 instance.
sidebar_position: 5
---

# AWS ECS for EC2
# AWS ECS on EC2
This page provides steps to install Appsmith on a single node EC2 Linux + Networking ECS Cluster using an EC2 instance.

## Prerequisites
Expand Down Expand Up @@ -166,10 +166,6 @@ To deploy Appsmith on the Amazon ECS cluster that has a single node, you need to

10. Once you've created an account, you can either start with the free plan or activate your instance with a license key. If you want to generate a license key, sign up on [customer.appsmith.com](https://customer.appsmith.com) to create one, and then proceed to activate your instance using the newly generated license key.

## Install Appsmith Community

To install the Appsmith open source edition (Appsmith Community), replace `appsmith-ee` with `appsmith-ce` in the [container definition](#container-definition-ecs) on this page.

## Troubleshooting

Some common errors that you may face during installation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ az storage share create --name $fileShareName --account-name $storageAccountName
--azure-file-volume-share-name $fileShareName \
--azure-file-volume-mount-path "/appsmith-stacks/" \
```
## Install Appsmith Community

To install the Appsmith open source edition (Appsmith Community), replace `appsmith-ee` with `appsmith-ce` while creating an [Azure container instance](#container-instance-config) file on this page.

## Troubleshooting
If you face issues, contact the support team using the chat widget at the bottom right of this page.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ Follow these steps to install Appsmith on Google Cloud Run:
12. Click the displayed URL link to open the unique and stable endpoint of the Appsmith instance.
13. Fill in your details to create an administrator account.
14. Once you've created an account, you can either start with the free plan or activate your instance with a license key. If you want to generate a license key, sign up on [customer.appsmith.com](https://customer.appsmith.com) to create one, and then proceed to activate your instance using the newly generated license key.

## Install Appsmith Community

To install the Appsmith open source edition (Appsmith Community), replace `appsmith-ee` with `appsmith-ce` while [creating a service](#create-service) on this page.

## Troubleshooting

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ Follow these steps to install Appsmith:
For high availability and scalability configuration, see the [Configure High Availability and Scalability](/getting-started/setup/installation-guides/kubernetes/configure-high-availability) guide. To expose Appsmith installation on the internet, see the [Expose K8s to Internet](/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online) guide.
## Install Appsmith Community
To install the Appsmith open source edition (Appsmith Community):
1. Use the open source helm chart by running the below command which adds the Appsmith chart repository:
```bash
helm repo add appsmith https://helm.appsmith.com
```
2. Replace `appsmith-ee` with `appsmith` in the commands on this page.
## Troubleshooting
If you face issues, contact the support team using the chat widget at the bottom right of this page.
Expand Down
28 changes: 0 additions & 28 deletions website/docs/getting-started/setup/installation-guides/restack.md

This file was deleted.

1 comment on commit 4042a4c

@vercel
Copy link

@vercel vercel bot commented on 4042a4c Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.