Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removed sections #1861

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.