Skip to content

Commit 773dc26

Browse files
Rename marketplace quick deploy apps (#7411)
* Rename marketplace to quick deploy apps in marketplace section * Using sed to batch search replace marketplace app text: - Marketplace App -> Quick Deploy App - Marketplace app -> Quick Deploy App * Manual renaming marketplace to quick deploy apps in some guides * Batch rename: - Linode Quick Deploy App -> Akamai Quick Deploy App * Theme updates - Rename Marketplace Docs in left nav to Quick Deploy Apps
1 parent 23b5b4e commit 773dc26

95 files changed

Lines changed: 185 additions & 221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_vendor/github.com/linode/linode-docs-theme/config.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20260227165149-899fbfe40185
1+
# github.com/linode/linode-docs-theme v0.0.0-20260310191554-10548b259c53
22
# github.com/linode/linode-website-partials v0.0.0-20250814204525-0d7fe4159951
33
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
44
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400

docs/guides/applications/cloud-storage/owncloud-external-storage/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ One feature found in ownCloud is the ability to connect an instance to Linode Ob
2020
1. Ensure you have a [running instance of ownCloud](/docs/guides/install-and-configure-owncloud-on-ubuntu-20-04/) deployed on your Linode.
2121

2222
{{< note >}}
23-
To automatically install ownCloud on a Compute Instance, consider deploying [ownCloud Server through the Linode Marketplace](/docs/marketplace-docs/guides/owncloud/).
23+
To automatically install ownCloud on a Compute Instance, consider deploying [ownCloud Server through Akamai Quick Deploy Apps](/docs/marketplace-docs/guides/owncloud/).
2424
{{< /note >}}
2525

2626
1. Purchase an [enterprise license for ownCloud](https://doc.owncloud.com/server/admin_manual/enterprise/installation/install.html) (to enable the necessary external storage app).
@@ -30,7 +30,7 @@ One feature found in ownCloud is the ability to connect an instance to Linode Ob
3030
{{< note >}}
3131
- ownCloud requires the installation of two external storage applications to connect to an Object Storage service.
3232

33-
- Once the ownCloud Marketplace external storage app is installed, you can configure a connection to your Linode Object Storage bucket.
33+
- Once the ownCloud Quick Deploy App external storage app is installed, you can configure a connection to your Linode Object Storage bucket.
3434
{{< /note >}}
3535

3636
## Configuring ownCloud

docs/guides/applications/containers/docker-images-containers-and-dockerfiles-in-depth/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ external_resources:
2020

2121
## Before You Begin
2222

23-
1. Familiarize yourself with our [Getting Started](/docs/products/platform/get-started/) guide, create and update a Linode, and install Docker. Alternatively, you can quickly deploy an updated, Docker-enabled Linode with the [Docker Marketplace App](https://www.linode.com/marketplace/apps/linode/docker/).
23+
1. Familiarize yourself with our [Getting Started](/docs/products/platform/get-started/) guide, create and update a Linode, and install Docker. Alternatively, you can quickly deploy an updated, Docker-enabled Linode with the [Docker Quick Deploy App](https://www.linode.com/marketplace/apps/linode/docker/).
2424

2525
2. Ensure your Linode is secure by following our guide on [Setting Up and Securing a Compute Instance](/docs/products/compute/compute-instances/guides/set-up-and-secure/).
2626

docs/guides/applications/containers/how-to-use-dockerfiles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A Dockerfile is a text file of instructions which are used to automate installat
2222

2323
## Before You Begin
2424

25-
1. Familiarize yourself with our [Getting Started](/docs/products/platform/get-started/) guide, create and update a Linode, and install Docker. Alternatively, you can quickly deploy an updated, Docker-enabled Linode with the [Docker Marketplace App](https://www.linode.com/marketplace/apps/linode/docker/).
25+
1. Familiarize yourself with our [Getting Started](/docs/products/platform/get-started/) guide, create and update a Linode, and install Docker. Alternatively, you can quickly deploy an updated, Docker-enabled Linode with the [Docker Quick Deploy App](https://www.linode.com/marketplace/apps/linode/docker/).
2626

2727
2. Ensure your Linode is secure by following our guide on [Setting Up and Securing a Compute Instance](/docs/products/compute/compute-instances/guides/set-up-and-secure/).
2828

docs/guides/applications/containers/set-up-mongodb-on-docker/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ MongoDB is an open-source NoSQL database utilizing JSON-like documents and schem
1616

1717
## Before You Begin
1818

19-
To complete the examples in this guide, first set up and secure a Linode with Docker installed. You can accomplish this by utilizing the Docker Marketplace App, or through manual installation. Instructions for both approaches are provided below.
19+
To complete the examples in this guide, first set up and secure a Linode with Docker installed. You can accomplish this by utilizing the Docker Quick Deploy App, or through manual installation. Instructions for both approaches are provided below.
2020

2121
This guide assumes you are comfortable with the *command-line interface* (CLI) on a Unix-like system and using it to work with programs.
2222

2323
### Set up a Linode with Docker
2424

25-
#### Docker Marketplace App
25+
#### Docker Quick Deploy App
2626

27-
You can quickly set up a secure, updated Linode with the Docker Marketplace App. For instructions, see our guide on [How to Deploy Docker with Marketplace Apps](/docs/marketplace-docs/guides/docker/). For the purposes of this guide, we recommend deploying the Docker Marketplace App with the [Docker Options](/docs/marketplace-docs/guides/docker/#docker-options):
27+
You can quickly set up a secure, updated Linode with the Docker Quick Deploy App. For instructions, see our guide on [How to Deploy Docker with Quick Deploy Apps](/docs/marketplace-docs/guides/docker/). For the purposes of this guide, we recommend deploying the Docker Quick Deploy App with the [Docker Options](/docs/marketplace-docs/guides/docker/#docker-options):
2828

2929
- The limited sudo user to be created for the Linode
3030
- The password for the limited sudo user

docs/guides/applications/containers/using-nomad-for-orchestration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This section outlines how to install Nomad and access its interface in order to
2323

2424
If, instead, you are ready to start deploying a Nomad cluster now, skip to the [How to Deploy a Cluster with Nomad](/docs/guides/using-nomad-for-orchestration/#how-to-deploy-a-cluster-with-nomad) section.
2525

26-
### Deploying Nomad from the Linode Marketplace
26+
### Deploying Nomad from Akamai Quick Deploy Apps
2727

28-
The most approachable solution for setting up a Nomad instance with Linode is through the Linode Marketplace. There, a Linode instance with Nomad already installed and configured can be quickly set up. To do so, take a look at our guide to [Deploy HashiCorp Nomad through the Linode Marketplace](/docs/marketplace-docs/guides/hashicorp-nomad/).
28+
The most approachable solution for setting up a Nomad instance with Linode is through Akamai Quick Deploy Apps. There, a Linode instance with Nomad already installed and configured can be quickly set up. To do so, take a look at our guide to [Deploy HashiCorp Nomad through Akamai Quick Deploy Apps](/docs/marketplace-docs/guides/hashicorp-nomad/).
2929

3030
First, follow along with that guide to get a Nomad instance ready. Then skip to the section [How Nomad Works](/docs/guides/using-nomad-for-orchestration/#how-nomad-works) to become familiar with the new Nomad instance.
3131

@@ -159,7 +159,7 @@ With the Nomad instance up and running, it's time to start exploring how Nomad w
159159
```
160160
161161
{{< note >}}
162-
Nomad instances created through the Linode Marketplace are already running a Nomad agent at startup, so above command is not needed.
162+
Nomad instances created through Akamai Quick Deploy Apps are already running a Nomad agent at startup, so above command is not needed.
163163
{{< /note >}}
164164
165165
1. The agent makes a Nomad web interface available, serving it on `localhost:4646`. Use an SSH tunnel to access this in a web browser from a remote machine:

docs/guides/applications/marketplaces/installing-yunohost/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Both tools promote an open source ethos, but YunoHost operates on a totally open
4646

4747
However, Cloudron provides a more polished and simplified presentation. The setup for YunoHost can be more complicated, and its interface may not be as clear for some users at the outset.
4848

49-
Linode offers a streamlined Cloudron deployment through the Linode Marketplace. Learn more about Cloudron and its deployment process through its [Marketplace page](https://www.linode.com/marketplace/apps/cloudron/cloudron/).
49+
Linode offers a streamlined Cloudron deployment through Quick Deploy Apps. Learn more about Cloudron and its deployment process through its [Quick Deploy App page](https://www.linode.com/marketplace/apps/cloudron/cloudron/).
5050

5151
## How to Install YunoHost
5252

docs/guides/applications/messaging/deploying-rabbitmq-on-a-linode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ external_resources:
1515

1616
RabbitMQ is an open source message broker that facilitates communication between distributed applications. This guide covers steps for manually installing, configuring, and testing RabbitMQ on a Linode instance running Ubuntu 24.04 LTS.
1717

18-
If you prefer an automated deployment, consider our [RabbitMQ Marketplace app](/docs/marketplace-docs/guides/rabbitmq/).
18+
If you prefer an automated deployment, consider our [RabbitMQ Quick Deploy App](/docs/marketplace-docs/guides/rabbitmq/).
1919

2020
## Before You Begin
2121

docs/guides/applications/messaging/install-rocket-chat-helpdesk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For a comprehensive comparison between plan types, including features and limita
4343

4444
There are multiple methods for deploying Rocket.Chat. This guide reviews manual deployment on a single Compute Instance, as well as deploying to a Kubernetes cluster:
4545

46-
- Deploy using our [Rocket.Chat Marketplace app](/docs/marketplace-docs/guides/rocketchat/). This installs and configures all necessary software and is the fastest deployment method.
46+
- Deploy using our [Rocket.Chat Quick Deploy App](/docs/marketplace-docs/guides/rocketchat/). This installs and configures all necessary software and is the fastest deployment method.
4747
- Manually deploy to a [Compute Instance](#deploying-to-a-compute-instance).
4848
- Deploy to a [Kubernetes cluster](#deploying-to-a-kubernetes-cluster) with Linode Kubernetes Engine (LKE).
4949
- Use Rocket.Chat's instructions for deploying via [Docker and Docker Compose](https://docs.rocket.chat/deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose) using Rocket.Chat's Docker image.

0 commit comments

Comments
 (0)