diff --git a/_vendor/github.com/linode/linode-docs-theme/config.toml b/_vendor/github.com/linode/linode-docs-theme/config.toml index c385f1a94ea..b2be2b3eeac 100644 --- a/_vendor/github.com/linode/linode-docs-theme/config.toml +++ b/_vendor/github.com/linode/linode-docs-theme/config.toml @@ -121,7 +121,7 @@ name = "marketplace-docs" hugo_section = "marketplace-docs" weight = 25 - title = "Marketplace Docs" + title = "Quick Deploy Apps" noun = "Marketplace" filters = "section.lvl0:marketplace-docs" explorer_icon = "#icon-explorer--marketplace" diff --git a/_vendor/modules.txt b/_vendor/modules.txt index f3134e375fd..9c46c502db7 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/linode/linode-docs-theme v0.0.0-20260227165149-899fbfe40185 +# github.com/linode/linode-docs-theme v0.0.0-20260310191554-10548b259c53 # github.com/linode/linode-website-partials v0.0.0-20250814204525-0d7fe4159951 # github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800 # github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400 diff --git a/docs/guides/applications/cloud-storage/owncloud-external-storage/index.md b/docs/guides/applications/cloud-storage/owncloud-external-storage/index.md index 9b994b12822..5927e9534d4 100644 --- a/docs/guides/applications/cloud-storage/owncloud-external-storage/index.md +++ b/docs/guides/applications/cloud-storage/owncloud-external-storage/index.md @@ -20,7 +20,7 @@ One feature found in ownCloud is the ability to connect an instance to Linode Ob 1. Ensure you have a [running instance of ownCloud](/docs/guides/install-and-configure-owncloud-on-ubuntu-20-04/) deployed on your Linode. {{< note >}} - To automatically install ownCloud on a Compute Instance, consider deploying [ownCloud Server through the Linode Marketplace](/docs/marketplace-docs/guides/owncloud/). + To automatically install ownCloud on a Compute Instance, consider deploying [ownCloud Server through Akamai Quick Deploy Apps](/docs/marketplace-docs/guides/owncloud/). {{< /note >}} 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 {{< note >}} - ownCloud requires the installation of two external storage applications to connect to an Object Storage service. -- Once the ownCloud Marketplace external storage app is installed, you can configure a connection to your Linode Object Storage bucket. +- Once the ownCloud Quick Deploy App external storage app is installed, you can configure a connection to your Linode Object Storage bucket. {{< /note >}} ## Configuring ownCloud diff --git a/docs/guides/applications/containers/docker-images-containers-and-dockerfiles-in-depth/index.md b/docs/guides/applications/containers/docker-images-containers-and-dockerfiles-in-depth/index.md index a17f5b6270c..4f087068995 100644 --- a/docs/guides/applications/containers/docker-images-containers-and-dockerfiles-in-depth/index.md +++ b/docs/guides/applications/containers/docker-images-containers-and-dockerfiles-in-depth/index.md @@ -20,7 +20,7 @@ external_resources: ## Before You Begin -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/). +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/). 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/). diff --git a/docs/guides/applications/containers/how-to-use-dockerfiles/index.md b/docs/guides/applications/containers/how-to-use-dockerfiles/index.md index d33522780a0..5f8d5eeff0b 100644 --- a/docs/guides/applications/containers/how-to-use-dockerfiles/index.md +++ b/docs/guides/applications/containers/how-to-use-dockerfiles/index.md @@ -22,7 +22,7 @@ A Dockerfile is a text file of instructions which are used to automate installat ## Before You Begin -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/). +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/). 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/). diff --git a/docs/guides/applications/containers/set-up-mongodb-on-docker/index.md b/docs/guides/applications/containers/set-up-mongodb-on-docker/index.md index fa46a4d2114..17020918a42 100644 --- a/docs/guides/applications/containers/set-up-mongodb-on-docker/index.md +++ b/docs/guides/applications/containers/set-up-mongodb-on-docker/index.md @@ -16,15 +16,15 @@ MongoDB is an open-source NoSQL database utilizing JSON-like documents and schem ## Before You Begin -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. +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. This guide assumes you are comfortable with the *command-line interface* (CLI) on a Unix-like system and using it to work with programs. ### Set up a Linode with Docker -#### Docker Marketplace App +#### Docker Quick Deploy App -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): +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): - The limited sudo user to be created for the Linode - The password for the limited sudo user diff --git a/docs/guides/applications/containers/using-nomad-for-orchestration/index.md b/docs/guides/applications/containers/using-nomad-for-orchestration/index.md index 25010bb9855..8e34aaf4f68 100644 --- a/docs/guides/applications/containers/using-nomad-for-orchestration/index.md +++ b/docs/guides/applications/containers/using-nomad-for-orchestration/index.md @@ -23,9 +23,9 @@ This section outlines how to install Nomad and access its interface in order to 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. -### Deploying Nomad from the Linode Marketplace +### Deploying Nomad from Akamai Quick Deploy Apps -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/). +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/). 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. @@ -159,7 +159,7 @@ With the Nomad instance up and running, it's time to start exploring how Nomad w ``` {{< note >}} - Nomad instances created through the Linode Marketplace are already running a Nomad agent at startup, so above command is not needed. + Nomad instances created through Akamai Quick Deploy Apps are already running a Nomad agent at startup, so above command is not needed. {{< /note >}} 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: diff --git a/docs/guides/applications/marketplaces/installing-yunohost/index.md b/docs/guides/applications/marketplaces/installing-yunohost/index.md index ea634bf3c4e..2810c8622da 100644 --- a/docs/guides/applications/marketplaces/installing-yunohost/index.md +++ b/docs/guides/applications/marketplaces/installing-yunohost/index.md @@ -46,7 +46,7 @@ Both tools promote an open source ethos, but YunoHost operates on a totally open 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. -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/). +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/). ## How to Install YunoHost diff --git a/docs/guides/applications/messaging/deploying-rabbitmq-on-a-linode/index.md b/docs/guides/applications/messaging/deploying-rabbitmq-on-a-linode/index.md index 99407a340a3..fa78601f0fc 100644 --- a/docs/guides/applications/messaging/deploying-rabbitmq-on-a-linode/index.md +++ b/docs/guides/applications/messaging/deploying-rabbitmq-on-a-linode/index.md @@ -15,7 +15,7 @@ external_resources: 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. -If you prefer an automated deployment, consider our [RabbitMQ Marketplace app](/docs/marketplace-docs/guides/rabbitmq/). +If you prefer an automated deployment, consider our [RabbitMQ Quick Deploy App](/docs/marketplace-docs/guides/rabbitmq/). ## Before You Begin diff --git a/docs/guides/applications/messaging/install-rocket-chat-helpdesk/index.md b/docs/guides/applications/messaging/install-rocket-chat-helpdesk/index.md index db023958f82..727301692ea 100644 --- a/docs/guides/applications/messaging/install-rocket-chat-helpdesk/index.md +++ b/docs/guides/applications/messaging/install-rocket-chat-helpdesk/index.md @@ -43,7 +43,7 @@ For a comprehensive comparison between plan types, including features and limita 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: -- 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. +- 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. - Manually deploy to a [Compute Instance](#deploying-to-a-compute-instance). - Deploy to a [Kubernetes cluster](#deploying-to-a-kubernetes-cluster) with Linode Kubernetes Engine (LKE). - 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. diff --git a/docs/guides/applications/messaging/manually-deploy-jitsi-cluster/index.md b/docs/guides/applications/messaging/manually-deploy-jitsi-cluster/index.md index 01b1ad959b2..4658ddaf71c 100644 --- a/docs/guides/applications/messaging/manually-deploy-jitsi-cluster/index.md +++ b/docs/guides/applications/messaging/manually-deploy-jitsi-cluster/index.md @@ -16,7 +16,7 @@ external_resources: This guide walks through creating a scalable Jitsi Meet cluster using [Ansible](https://www.ansible.com/). The provided Ansible playbook creates an initial deployment that can then be scaled up or down as needed. -If you wish to deploy Jitsi automatically rather than manually, consider either our single-instance [Jitsi Marketplace deployment](/docs/marketplace-docs/guides/jitsi/) or our [Jitsi Cluster Marketplace deployment](/docs/marketplace-docs/guides/jitsi-cluster/). +If you wish to deploy Jitsi automatically rather than manually, consider either our single-instance [Jitsi Quick Deploy App deployment](/docs/marketplace-docs/guides/jitsi/) or our [Jitsi Cluster Quick Deploy App deployment](/docs/marketplace-docs/guides/jitsi-cluster/). ## Architecture Diagram diff --git a/docs/guides/applications/remote-desktop/remote-cloud-desktop-using-apache-guacamole/index.md b/docs/guides/applications/remote-desktop/remote-cloud-desktop-using-apache-guacamole/index.md index 1e14eb54ff4..4dd1688574d 100644 --- a/docs/guides/applications/remote-desktop/remote-cloud-desktop-using-apache-guacamole/index.md +++ b/docs/guides/applications/remote-desktop/remote-cloud-desktop-using-apache-guacamole/index.md @@ -23,7 +23,7 @@ Apache Guacamole is an HTML5 application useful for accessing a remote desktop t Apache Guacamole can be installed and configured on a Linode Compute Instance using one of the following methods: -1. **Linode Marketplace:** Deploy the [Apache Guacamole App](https://www.linode.com/marketplace/apps/linode/apache-guacamole/) through the Linode Marketplace to automatically install Guacamole, VNC software, and a desktop environment. This is the easiest method and enables you to quickly get up and running without needing to install and configure everything manually. Just note, when choosing this method you are limited to the Distribution Images supported by the Marketplace App. +1. **Akamai Quick Deploy Apps:** Deploy the [Apache Guacamole App](https://www.linode.com/marketplace/apps/linode/apache-guacamole/) through Akamai Quick Deploy Apps to automatically install Guacamole, VNC software, and a desktop environment. This is the easiest method and enables you to quickly get up and running without needing to install and configure everything manually. Just note, when choosing this method you are limited to the Distribution Images supported by the Quick Deploy App. 1. **Docker:** Alternatively, you can deploy Apache Guacamole's Docker images and manually configure the software yourself. This method strikes a balance between ease of installation and custom configuration. It may be more advanced, but provides you with greater control over your environment and configuration. See [Installing Apache Guacamole through Docker](/docs/guides/installing-apache-guacamole-through-docker/) for instructions. diff --git a/docs/guides/databases/general/database-solutions/index.md b/docs/guides/databases/general/database-solutions/index.md index 78d989bb092..7fd3ac8d3c2 100644 --- a/docs/guides/databases/general/database-solutions/index.md +++ b/docs/guides/databases/general/database-solutions/index.md @@ -69,7 +69,7 @@ After determining which database management system to use for your application, {{% content "dbass-eos" %}} -- [Marketplace Apps (and Clusters)](#marketplace-apps-and-clusters) +- [Quick Deploy Apps (and Clusters)](#marketplace-apps-and-clusters) - [Self or custom deployment on Compute Instances](#custom-deployment) {{< note >}} @@ -93,33 +93,33 @@ Currently, the following databases are supported. Click on each database below t Updates and security patches are automatically applied to the underlying operating system but *not* to the database software. For more details, review the [Automatic Updates and Maintenance Windows](/docs/products/databases/managed-databases/guides/updates-and-maintenance/) guide. {{< /note >}} -### Marketplace Apps and Clusters +### Quick Deploy Apps and Clusters -*Use Marketplace Apps when you want to automatically install popular databases but need to retain full control over the software and underlying system.* +*Use Quick Deploy Apps when you want to automatically install popular databases but need to retain full control over the software and underlying system.* -Another solution available on our platform is Marketplace Apps, which can greatly simplify application provisioning. When deploying a Marketplace App, a Compute Instance is created on your account. When the Compute Instance first boots up, a script runs to automatically install and configure the application. Beyond this automatic installation, you have root access and full control over the Compute Instance. This means that you are also responsible for managing and configuring the application, as well as installing updates and security patches. +Another solution available on our platform is Quick Deploy Apps, which can greatly simplify application provisioning. When deploying a Quick Deploy App, a Compute Instance is created on your account. When the Compute Instance first boots up, a script runs to automatically install and configure the application. Beyond this automatic installation, you have root access and full control over the Compute Instance. This means that you are also responsible for managing and configuring the application, as well as installing updates and security patches. -The following Marketplace Apps (and Clusters) are available on the Akamai cloud computing platform. +The following Quick Deploy Apps (and Clusters) are available on the Akamai cloud computing platform. -**Marketplace Apps** (single instance): Deploys a single Compute Instance. Additional manual configuration is needed for applications that require high availability and scalability. +**Quick Deploy Apps** (single instance): Deploys a single Compute Instance. Additional manual configuration is needed for applications that require high availability and scalability. - [MySQL/MariaDB](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/) - [PostgreSQL](https://www.linode.com/marketplace/apps/linode/postgresql/) - [Redis](https://www.linode.com/marketplace/apps/linode/redis/) -**Marketplace App Clusters** (multi-instance): Deploys multiple Compute Instances as part of a database cluster. This offers high availability, better fault tolerance, and increased scalability. +**Quick Deploy App Clusters** (multi-instance): Deploys multiple Compute Instances as part of a database cluster. This offers high availability, better fault tolerance, and increased scalability. - [Galera cluster](https://www.linode.com/marketplace/apps/linode/galera-cluster/) (MariaDB) - [PostgreSQL cluster](https://www.linode.com/marketplace/apps/linode/postgresql-cluster/) - [Redis Sentinel cluster](https://www.linode.com/marketplace/apps/linode/redis-sentinel-cluster/) -Other [database-related Marketplace Apps](https://www.linode.com/marketplace/category/databases/) are available, including [ClusterControl](https://www.linode.com/marketplace/apps/severalnines/clustercontrol/). +Other [database-related Quick Deploy Apps](https://www.linode.com/marketplace/category/databases/) are available, including [ClusterControl](https://www.linode.com/marketplace/apps/severalnines/clustercontrol/). ### Custom Deployment or Self-Install {#custom-deployment} *Directly provision your databases on Compute Instances to have full control over the installation and configuration, ideal for applications that require extensive database customization or complex configurations.* -Beyond Managed Databases and Marketplace Apps, you can deploy any of your database workloads to the cloud using Compute Instances. Since Compute Instances are Linux-based virtual machines, any compatible database software packages that are available on your chosen Linux distribution can be installed. When manually hosting your database workloads, you are responsible for installation, configuration, and all aspects of database management (including applying regular security updates). +Beyond Managed Databases and Quick Deploy Apps, you can deploy any of your database workloads to the cloud using Compute Instances. Since Compute Instances are Linux-based virtual machines, any compatible database software packages that are available on your chosen Linux distribution can be installed. When manually hosting your database workloads, you are responsible for installation, configuration, and all aspects of database management (including applying regular security updates). There are many installation and configuration guides available on our docs site for the database management system discussed above. Click on the links below to view guides for the corresponding database: diff --git a/docs/guides/databases/mysql/install-mysql/index.md b/docs/guides/databases/mysql/install-mysql/index.md index e788a77bd46..d92c67bccb1 100644 --- a/docs/guides/databases/mysql/install-mysql/index.md +++ b/docs/guides/databases/mysql/install-mysql/index.md @@ -37,7 +37,7 @@ For additional instructions on installing MySQL on any supported operating syste {{% content "dbass-eos" %}} - - [MySQL/MariaDB Marketplace App](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/): Deploy a new Compute Instance with either MySQL or MariaDB preinstalled. + - [MySQL/MariaDB Quick Deploy App](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/): Deploy a new Compute Instance with either MySQL or MariaDB preinstalled. - **Check to see if MySQL is already installed on your system.** To determine if MySQL is already installed, run the following command: diff --git a/docs/guides/databases/mysql/mysql-command-line-client/index.md b/docs/guides/databases/mysql/mysql-command-line-client/index.md index d4eb5b10425..6d12f3e4657 100644 --- a/docs/guides/databases/mysql/mysql-command-line-client/index.md +++ b/docs/guides/databases/mysql/mysql-command-line-client/index.md @@ -22,7 +22,7 @@ If you wish to connect to a MySQL Managed Database, review the [Connect to a MyS ## Before You Begin -- **Obtain the connection details for the MySQL instance you wish to use.** If you do not have a MySQL instance yet, you can [create a Managed Database](https://techdocs.akamai.com/cloud-computing/docs/managed-databases), [deploy the MySQL Marketplace App](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/), or [install MySQL server (or MariaDB) on a Compute Instance](/docs/guides/install-mysql/). **This instance must allow remote connections or you must run the mysql command from within same system.** +- **Obtain the connection details for the MySQL instance you wish to use.** If you do not have a MySQL instance yet, you can [create a Managed Database](https://techdocs.akamai.com/cloud-computing/docs/managed-databases), [deploy the MySQL Quick Deploy App](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/), or [install MySQL server (or MariaDB) on a Compute Instance](/docs/guides/install-mysql/). **This instance must allow remote connections or you must run the mysql command from within same system.** {{% content "dbass-eos" %}} diff --git a/docs/guides/databases/mysql/mysqldump-backups/index.md b/docs/guides/databases/mysql/mysqldump-backups/index.md index 32e7272a2cd..2dcc2bb6929 100644 --- a/docs/guides/databases/mysql/mysqldump-backups/index.md +++ b/docs/guides/databases/mysql/mysqldump-backups/index.md @@ -24,7 +24,7 @@ Since the mysqldump utility needs to connect to the database, the database manag ## Before You Begin -- **Obtain the connection details for the MySQL instance you wish to use.** If you do not have a MySQL instance yet, you can [create a Managed Database](https://techdocs.akamai.com/cloud-computing/docs/managed-databases), [deploy the MySQL Marketplace App](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/), or [install MySQL server (or MariaDB) on a Compute Instance](/docs/guides/install-mysql/). +- **Obtain the connection details for the MySQL instance you wish to use.** If you do not have a MySQL instance yet, you can [create a Managed Database](https://techdocs.akamai.com/cloud-computing/docs/managed-databases), [deploy the MySQL Quick Deploy App](https://www.linode.com/marketplace/apps/linode/mysql-mariadb/), or [install MySQL server (or MariaDB) on a Compute Instance](/docs/guides/install-mysql/). {{% content "dbass-eos" %}} diff --git a/docs/guides/databases/postgresql/comparison-of-high-availability-postgresql-solutions/index.md b/docs/guides/databases/postgresql/comparison-of-high-availability-postgresql-solutions/index.md index e0274692f52..f3963b6973d 100644 --- a/docs/guides/databases/postgresql/comparison-of-high-availability-postgresql-solutions/index.md +++ b/docs/guides/databases/postgresql/comparison-of-high-availability-postgresql-solutions/index.md @@ -103,15 +103,15 @@ Another relevant set of concepts relates to how the HA cluster handles a split-b ## Deploying a PostgreSQL HA Cluster on Akamai Cloud Computing -There are two main methods of deploying a PostgreSQL high-availability cluster on Akamai. There is the traditional manual configuration method and the [Akamai Marketplace](/docs/marketplace-docs/guides/postgresql-cluster/) solution. +There are two main methods of deploying a PostgreSQL high-availability cluster on Akamai. There is the traditional manual configuration method and [Akamai Quick Deploy Apps](/docs/marketplace-docs/guides/postgresql-cluster/) solution. For a concise discussion and comparison of the three main alternatives, see the Akamai blog about PostgreSQL's high availability. -### The Marketplace PostgreSQL HA Cluster +### The Quick Deploy Apps PostgreSQL HA Cluster -Akamai allows users to configure a PostgreSQL HA cluster as a [Marketplace application](/docs/marketplace-docs/guides/postgresql-cluster/). Using this technique, database administrators can set up an HA cluster from the Linode Dashboard. This solution is supported on Ubuntu 22.04 LTS distribution on any plan type. +Akamai allows users to configure a PostgreSQL HA cluster as a [Quick Deploy Application](/docs/marketplace-docs/guides/postgresql-cluster/). Using this technique, database administrators can set up an HA cluster from the Linode Dashboard. This solution is supported on Ubuntu 22.04 LTS distribution on any plan type. -The Akamai Marketplace solution uses the [*repmgr*](https://www.repmgr.org/) replication manager to control the PostgreSQL high availability cluster. The Marketplace application automatically configures a three-node HA cluster. Users only have to create users, roles, schemas, and tables before deploying the database. +The Akamai Quick Deploy Apps solution uses the [*repmgr*](https://www.repmgr.org/) replication manager to control the PostgreSQL high availability cluster. The Quick Deploy Application automatically configures a three-node HA cluster. Users only have to create users, roles, schemas, and tables before deploying the database. This solution has some limitations. It is not possible to choose the size of the HA cluster or manually edit any application variables. It is a viable option for a smaller organization with less technical expertise. However, it might not meet the specific requirements of a more complicated network. @@ -228,7 +228,7 @@ Patroni has the most features and is the most powerful replication manager. It i PAF has fewer features, but it is easier to use and performs very well in a wide range of failover and manual switchover scenarios. It automatically recovers from most failures and rarely requires manual intervention. PAF does not automate PostgreSQL installation and configuration, so it is not as useful in an automated setting. In addition, the requirement for a monitor node increases infrastructure costs and configuration demands. Overall, it is a well-balanced solution and a solid choice for a smaller organization in search of a reliable solution. -The repmgr suite is a robust solution that has been around for a longer period of time. As a result, it is well-hardened and its capabilities are well-known. It does not require extra servers or additional network components. This makes it a good choice for administrators who want to deploy a streamlined solution. Unfortunately, it can be difficult to use and there are some scenarios where it requires manual intervention. Repmgr is the application used by the Akamai Marketplace PostgreSQL HA cluster solution. This is a good choice for users who want an easy hands-off GUI-driven deployment. +The repmgr suite is a robust solution that has been around for a longer period of time. As a result, it is well-hardened and its capabilities are well-known. It does not require extra servers or additional network components. This makes it a good choice for administrators who want to deploy a streamlined solution. Unfortunately, it can be difficult to use and there are some scenarios where it requires manual intervention. Repmgr is the application used by the Akamai Quick Deploy Apps PostgreSQL HA cluster solution. This is a good choice for users who want an easy hands-off GUI-driven deployment. ## Conclusion diff --git a/docs/guides/databases/postgresql/manage-replication-failover-on-postgresql-cluster-using-repmgr/index.md b/docs/guides/databases/postgresql/manage-replication-failover-on-postgresql-cluster-using-repmgr/index.md index 37e7ff13410..55a53ff4f37 100644 --- a/docs/guides/databases/postgresql/manage-replication-failover-on-postgresql-cluster-using-repmgr/index.md +++ b/docs/guides/databases/postgresql/manage-replication-failover-on-postgresql-cluster-using-repmgr/index.md @@ -109,7 +109,7 @@ The complete list of steps required to provision PostgreSQL and repmgr follows t After the configuration process, it is important to verify the cluster status. Add some data to the primary database instance and ensure it is replicated to the standby. It is also possible to test a failover process, but the failed primary must be recovered manually afterwards. {{< note >}} -An alternative to manual installation is the [Akamai Marketplace PostgreSQL cluster application](/docs/marketplace-docs/guides/postgresql-cluster/). The Marketplace application uses repmgr to manage a multi-node HA PostgreSQL cluster. While it's easy to provision this solution using the Akamai Cloud Compute Dashboard, you cannot choose the cluster size or customize the configuration. The Marketplace application is a reasonable option for a smaller organization looking for ease of use. It is currently only supported on Ubuntu 22.04 LTS (with all regions and plan types). +An alternative to manual installation is the [Akamai Quick Deploy Apps PostgreSQL cluster application](/docs/marketplace-docs/guides/postgresql-cluster/). The Quick Deploy Application uses repmgr to manage a multi-node HA PostgreSQL cluster. While it's easy to provision this solution using the Akamai Cloud Compute Dashboard, you cannot choose the cluster size or customize the configuration. The Quick Deploy Application is a reasonable option for a smaller organization looking for ease of use. It is currently only supported on Ubuntu 22.04 LTS (with all regions and plan types). {{< /note >}} ## How to Install PostgreSQL and repmgr diff --git a/docs/guides/development/javascript/deploy-a-mern-stack-application/index.md b/docs/guides/development/javascript/deploy-a-mern-stack-application/index.md index e84a70d8152..b71b04e6c43 100644 --- a/docs/guides/development/javascript/deploy-a-mern-stack-application/index.md +++ b/docs/guides/development/javascript/deploy-a-mern-stack-application/index.md @@ -15,7 +15,7 @@ external_resources: MERN is a stack for modern web applications. It consists of MongoDB, Express JS, React, and Node.js — all well-established open-source technologies that make a solid foundation for new web applications. -This guide helps you deploy your existing MERN stack project onto Akamai cloud compute, using the MERN Marketplace App or by manually installing the MERN stack on a new Compute Instance. After your server is set up, learn how to copy your project to your server. If you do not yet have an existing project and wish to create a new MERN application, review one of the following guides instead: +This guide helps you deploy your existing MERN stack project onto Akamai cloud compute, using the MERN Quick Deploy App or by manually installing the MERN stack on a new Compute Instance. After your server is set up, learn how to copy your project to your server. If you do not yet have an existing project and wish to create a new MERN application, review one of the following guides instead: - [Install the MERN Stack and Create an Example Application](/docs/guides/install-the-mern-stack/) @@ -56,7 +56,7 @@ As noted above, other variants exist, like the MEAN stack (which uses Angular) a To deploy a functional MERN stack on a server, select from one of the deployment options below: -- **Linode Marketplace:** Deploy the [MERN App](https://www.linode.com/marketplace/apps/linode/mern/) through the Linode Marketplace to automatically install MongoDB, Node.JS, Express, and React. This is the easiest method and enables you to quickly get up and running without needing to install and configure everything manually. Just note, when choosing this method you are limited to the distribution images supported by the Marketplace App. +- **Akamai Quick Deploy Apps:** Deploy the [MERN App](https://www.linode.com/marketplace/apps/linode/mern/) through Akamai Quick Deploy Apps to automatically install MongoDB, Node.JS, Express, and React. This is the easiest method and enables you to quickly get up and running without needing to install and configure everything manually. Just note, when choosing this method you are limited to the distribution images supported by the Quick Deploy App. - **Manual Installation:** If you wish to have full control over application versions and the initial configuration, you can manually install all required components. To do so, follow the [Manually Install the MERN Stack](#manually-install-the-mern-stack) section below. @@ -206,7 +206,7 @@ To follow along, you can download the [MERN stack starter](https://github.com/rf sudo ufw reload ``` - The above commands require you to have the UFW utility installed. It comes pre-installed if you use the Linode Marketplace one-click app. Otherwise, you can learn how to use UFW from our [How to Secure Your Server](/docs/products/compute/compute-instances/guides/set-up-and-secure/) guide discussed above. + The above commands require you to have the UFW utility installed. It comes pre-installed if you use the Akamai Quick Deploy App. Otherwise, you can learn how to use UFW from our [How to Secure Your Server](/docs/products/compute/compute-instances/guides/set-up-and-secure/) guide discussed above. You can now use `scp` from your Windows machine, with a command like the one below. Replace the path to your MERN project folder with the actual path. Likewise, replace `example-user` with your user on the server instance and `192.0.2.0` with the instance's IP address: diff --git a/docs/guides/development/version-control/using-gitlab-runners-with-linode-object-storage/index.md b/docs/guides/development/version-control/using-gitlab-runners-with-linode-object-storage/index.md index 8239f52c2e7..b942b3764a8 100644 --- a/docs/guides/development/version-control/using-gitlab-runners-with-linode-object-storage/index.md +++ b/docs/guides/development/version-control/using-gitlab-runners-with-linode-object-storage/index.md @@ -41,13 +41,13 @@ You can also use a GitLab SaaS (GitLab.com) instance. The steps for the GitLab R With Linode, you have three options effective for creating your own self-hosted GitLab instance. -- Use the Linode Marketplace to deploy a ready instance with GitLab installed. This method requires the fewest manual steps and provides the surest and quickest way to get a GitLab instance running. You can follow along with our [Deploy Gitlab through the Linode Marketplace](/docs/marketplace-docs/guides/gitlab/) guide. +- Use Akamai Quick Deploy Apps to deploy a ready instance with GitLab installed. This method requires the fewest manual steps and provides the surest and quickest way to get a GitLab instance running. You can follow along with our [Deploy Gitlab through Akamai Quick Deploy Apps](/docs/marketplace-docs/guides/gitlab/) guide. - Use the default package manager for your Linux distribution. GitLab maintains official installation packages for CentOS, Debian, Ubuntu, and others, and you can follow the instructions in their [official documentation](https://about.gitlab.com/install/). You may also refer to our [Install GitLab on Ubuntu 18.04](/docs/guides/install-gitlab-on-ubuntu-18-04/) for additional details on the installation process. - Use Docker to deploy your GitLab instance. This option requires the most effort and setup. But the option can be a boon for those familiar with Docker and wanting the benefits of a containerized instance. You can follow our [Install GitLab with Docker](/docs/guides/install-gitlab-with-docker/) guide to set up your GitLab instance with Docker. -The rest of the guide assumes you have your GitLab instance up and running. This guide uses an instance deployed through the Linode Marketplace, but the steps should be compatible with any of the options above. +The rest of the guide assumes you have your GitLab instance up and running. This guide uses an instance deployed through Akamai Quick Deploy Apps, but the steps should be compatible with any of the options above. ### Create an Instance for GitLab Runners diff --git a/docs/guides/game-servers/get-started-with-linux-game-server-hosting/index.md b/docs/guides/game-servers/get-started-with-linux-game-server-hosting/index.md index 5908377dcec..63f9a039f69 100644 --- a/docs/guides/game-servers/get-started-with-linux-game-server-hosting/index.md +++ b/docs/guides/game-servers/get-started-with-linux-game-server-hosting/index.md @@ -37,7 +37,7 @@ The general consensus in the gaming community is that Debian or Ubuntu are the b ### Linode One-Click App Marketplace -[Linode's One-Click App Marketplace](https://www.linode.com/marketplace/apps/) offers easy to deploy gaming servers for some games including [Ark](https://www.linode.com/marketplace/apps/linode/ark-game-server/), [Team Fortress 2](https://www.linode.com/marketplace/apps/linode/tf2-game-server/) and [Terraria](https://www.linode.com/marketplace/apps/linode/terraria-game-server/). You can refer to each [Marketplace App's Linode documentation](/docs/marketplace-docs/guides/) to learn how to deploy your game server, provide the appropriate configurations, and select the server's appropriate plan size. +[Linode's One-Click App Marketplace](https://www.linode.com/marketplace/apps/) offers easy to deploy gaming servers for some games including [Ark](https://www.linode.com/marketplace/apps/linode/ark-game-server/), [Team Fortress 2](https://www.linode.com/marketplace/apps/linode/tf2-game-server/) and [Terraria](https://www.linode.com/marketplace/apps/linode/terraria-game-server/). You can refer to each [Quick Deploy App's Linode documentation](/docs/marketplace-docs/guides/) to learn how to deploy your game server, provide the appropriate configurations, and select the server's appropriate plan size. {{< note >}} You can watch the developer Gardiner Bryant explaining [how to set up a Rust game server](https://www.youtube.com/watch?v=RPbIRbj0GyA) on Linode's YouTube channel. @@ -45,7 +45,7 @@ You can watch the developer Gardiner Bryant explaining [how to set up a Rust gam ### Manually Installing Linux Game Servers -If your game isn't available as a Marketplace App, you can deploy a Linode and manually install and configure your game. There are several command line tools like [LinuxGSM](https://linuxgsm.com/lgsm/sdtdserver/) and [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) that automate the process of installing Steam games and their dependencies. You can check out the following guides in our documentation library, to get started: +If your game isn't available as a Quick Deploy App, you can deploy a Linode and manually install and configure your game. There are several command line tools like [LinuxGSM](https://linuxgsm.com/lgsm/sdtdserver/) and [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) that automate the process of installing Steam games and their dependencies. You can check out the following guides in our documentation library, to get started: - [Install SteamCMD for a Steam Game Server](/docs/guides/install-steamcmd-for-a-steam-game-server/) - [Install a Half-Life 2: Deathmatch Dedicated Server on Debian or Ubuntu](/docs/guides/install-a-half-life-2-deathmatch-dedicated-server-on-debian-or-ubuntu/) diff --git a/docs/guides/kubernetes/deploying-rabbitmq-on-kubernetes-with-lke/index.md b/docs/guides/kubernetes/deploying-rabbitmq-on-kubernetes-with-lke/index.md index 78f786c9b4d..68806f0fe4e 100644 --- a/docs/guides/kubernetes/deploying-rabbitmq-on-kubernetes-with-lke/index.md +++ b/docs/guides/kubernetes/deploying-rabbitmq-on-kubernetes-with-lke/index.md @@ -14,7 +14,7 @@ external_resources: - '[Deployment Checklist](https://www.rabbitmq.com/docs/production-checklist)' - '[Plugins](https://www.rabbitmq.com/docs/plugins)' - '[Management CLI](https://www.rabbitmq.com/docs/management-cli)' -- '[RabbitMQ Linode Marketplace App](https://www.linode.com/marketplace/apps/linode/rabbitmq/)' +- '[RabbitMQ Akamai Quick Deploy App](https://www.linode.com/marketplace/apps/linode/rabbitmq/)' --- This guide provides step-by-step instructions for deploying RabbitMQ on Linode Kubernetes Engine (LKE) using the [RabbitMQ Kubernetes Operator](https://www.rabbitmq.com/kubernetes/operator/operator-overview). This is part of a set of tools that RabbitMQ provides to streamline its management on Kubernetes: diff --git a/docs/guides/platform/migrate-to-linode/migrate-cpanel-to-linode/index.md b/docs/guides/platform/migrate-to-linode/migrate-cpanel-to-linode/index.md index 8966536b3b3..18c8b64b438 100644 --- a/docs/guides/platform/migrate-to-linode/migrate-cpanel-to-linode/index.md +++ b/docs/guides/platform/migrate-to-linode/migrate-cpanel-to-linode/index.md @@ -30,7 +30,7 @@ This guide does not cover how to handle cPanel deployments that are part of a DN The first step is to deploy cPanel on the Linode platform. cPanel can be installed and configured on a Linode Compute Instance using one of the following methods: -- **Linode Marketplace:** Deploy the [cPanel App](https://www.linode.com/marketplace/apps/cpanel/cpanel/) through the Linode Marketplace to automatically install cPanel/WHM. This is the easiest method and enables you to quickly get up and running without needing to install cPanel manually. Review the [Deploy cPanel through the Linode Marketplace](/docs/marketplace-docs/guides/cpanel/) guide for more details. +- **Akamai Quick Deploy Apps:** Deploy the [cPanel App](https://www.linode.com/marketplace/apps/cpanel/cpanel/) through Akamai Quick Deploy Apps to automatically install cPanel/WHM. This is the easiest method and enables you to quickly get up and running without needing to install cPanel manually. Review the [Deploy cPanel through the Linode Marketplace](/docs/marketplace-docs/guides/cpanel/) guide for more details. - **Manual Installation:** For more control over every step of the installation process, cPanel can be manually installed on a new Compute Instance. If choosing this method, review [Install cPanel on CentOS](/docs/guides/install-cpanel-on-centos/) or reference cPanel's official [Installation Guide](https://docs.cpanel.net/installation-guide/install/). diff --git a/docs/guides/platform/object-storage/how-to-configure-nextcloud-to-use-linode-object-storage-as-an-external-storage-mount/index.md b/docs/guides/platform/object-storage/how-to-configure-nextcloud-to-use-linode-object-storage-as-an-external-storage-mount/index.md index ba58d375955..c564996b845 100644 --- a/docs/guides/platform/object-storage/how-to-configure-nextcloud-to-use-linode-object-storage-as-an-external-storage-mount/index.md +++ b/docs/guides/platform/object-storage/how-to-configure-nextcloud-to-use-linode-object-storage-as-an-external-storage-mount/index.md @@ -21,7 +21,7 @@ You can configure Nextcloud to enable external storage devices and services, lik ## Before You Begin -1. Deploy a Nextcloud server instance. You can use the [Linode Nextcloud Marketplace App](/docs/marketplace-docs/guides/nextcloud/) for an easy and quick deployment. +1. Deploy a Nextcloud server instance. You can use the [Linode Nextcloud Quick Deploy App](/docs/marketplace-docs/guides/nextcloud/) for an easy and quick deployment. 1. [Generate Object Storage access keys](/docs/products/storage/object-storage/guides/access-keys/). diff --git a/docs/guides/quick-answers/websites/transferring-a-mern-application-to-a-new-server/index.md b/docs/guides/quick-answers/websites/transferring-a-mern-application-to-a-new-server/index.md index 90ae3ae16f9..d950f7da83b 100644 --- a/docs/guides/quick-answers/websites/transferring-a-mern-application-to-a-new-server/index.md +++ b/docs/guides/quick-answers/websites/transferring-a-mern-application-to-a-new-server/index.md @@ -1,7 +1,7 @@ --- slug: transferring-a-mern-application-to-a-new-server -title: "Transfer a MERN application to Linode's MERN Marketplace App" -description: "This guide discusses guidelines for quickly transferring a MERN stack application over to Linode built with Linode's Marketplace App." +title: "Transfer a MERN application to Linode's MERN Quick Deploy App" +description: "This guide discusses guidelines for quickly transferring a MERN stack application over to Linode built with Linode's Quick Deploy App." authors: ["Linode"] contributors: ["Linode"] published: 2022-02-25 @@ -14,11 +14,11 @@ external_resources: - '[NPM](https://www.npmjs.com/)' --- -The [Linode Marketplace App](/docs/marketplace-docs/guides/mern-stack/) for the MERN stack (MongoDB, Express, React, Node.js) is a great way to create the base configuration equipped with all the essentials for a MERN stack quickly, however the Marketplace APP itself will still require tuning to host your MERN application. Transferring an application to a new host for example, can be a complex process depending on the specifics of your configuration. This guide was designed to serve as reference for users currently undergoing the migration process, and aims to clear up potential confusion and common issues that can occur. +The [Quick Deploy App](/docs/marketplace-docs/guides/mern-stack/) for the MERN stack (MongoDB, Express, React, Node.js) is a great way to create the base configuration equipped with all the essentials for a MERN stack quickly, however the Akamai Quick Deploy App itself will still require tuning to host your MERN application. Transferring an application to a new host for example, can be a complex process depending on the specifics of your configuration. This guide was designed to serve as reference for users currently undergoing the migration process, and aims to clear up potential confusion and common issues that can occur. ## Transferring the Application -Before proceeding with any migration, it is first recommended that the Marketplace APP for the MERN stack is fully deployed. This will install an up to date version of most of the essentials required for many working MERN applications including the following: +Before proceeding with any migration, it is first recommended that the Akamai Quick Deploy App for the MERN stack is fully deployed. This will install an up to date version of most of the essentials required for many working MERN applications including the following: - UFW - Fail2Ban @@ -33,7 +33,7 @@ Additionally, this will install the default `hello-world` react application whic ## Removing the default Flask Application -The default `hello-world` Flask application included as part of the MERN Marketplace App can be removed manually from the command line. For some use cases and application,this step may be required to ensure that the necessary resources are available. The commands to remove this application are as follows: +The default `hello-world` Flask application included as part of the MERN Quick Deploy App can be removed manually from the command line. For some use cases and application,this step may be required to ensure that the necessary resources are available. The commands to remove this application are as follows: sudo systemctl disable hello-world sudo systemctl stop hello-world diff --git a/docs/guides/security/basics/cpanel-security/index.md b/docs/guides/security/basics/cpanel-security/index.md index 63fcb03eb61..fb6a5120030 100644 --- a/docs/guides/security/basics/cpanel-security/index.md +++ b/docs/guides/security/basics/cpanel-security/index.md @@ -31,7 +31,7 @@ In order to secure your cPanel account, you need to have a Linux server with the - cPanel -For a quick an easy way to install cPanel on Linode, check out our guide on [How to Deploy cPanel with Marketplace Apps](/docs/marketplace-docs/guides/cpanel/). +For a quick an easy way to install cPanel on Linode, check out our guide on [How to Deploy cPanel with Quick Deploy Apps](/docs/marketplace-docs/guides/cpanel/). Otherwise, you can find instructions on how to manually install cPanel in our guide on [How to Install cPanel on CentOS](/docs/guides/install-cpanel-on-centos/). diff --git a/docs/guides/security/basics/docker-security-essentials/index.md b/docs/guides/security/basics/docker-security-essentials/index.md index 38ff3d3b06e..cc30b741126 100644 --- a/docs/guides/security/basics/docker-security-essentials/index.md +++ b/docs/guides/security/basics/docker-security-essentials/index.md @@ -21,7 +21,7 @@ Docker utilizes the host OS Kernel, which makes Docker containers more efficient ## Prerequisites and Requirements -In order to secure Docker containers, you need to have a Linux server with Docker running. For a quick an easy way to install Docker on Linode, check out our guide on [How to Deploy Docker with Marketplace Apps](/docs/marketplace-docs/guides/docker/). Otherwise, you can find instructions on how to manually install Docker in [Installing and Using Docker on Ubuntu and Debian](/docs/guides/installing-and-using-docker-on-ubuntu-and-debian/). +In order to secure Docker containers, you need to have a Linux server with Docker running. For a quick an easy way to install Docker on Linode, check out our guide on [How to Deploy Docker with Quick Deploy Apps](/docs/marketplace-docs/guides/docker/). Otherwise, you can find instructions on how to manually install Docker in [Installing and Using Docker on Ubuntu and Debian](/docs/guides/installing-and-using-docker-on-ubuntu-and-debian/). {{< note >}} This demonstration has been performed on Ubuntu 18.04. All techniques demonstrated are distribution agnostic with the exception of package names and package managers. diff --git a/docs/guides/security/basics/securing-your-lamp-stack/index.md b/docs/guides/security/basics/securing-your-lamp-stack/index.md index ebbb0c4415e..c9f7d7468a6 100644 --- a/docs/guides/security/basics/securing-your-lamp-stack/index.md +++ b/docs/guides/security/basics/securing-your-lamp-stack/index.md @@ -27,7 +27,7 @@ In order to secure a LAMP stack, you need to have a Linux server with the follow - MySQL - PHP -For a quick an easy way to install a LAMP stack on Linode, check out our guide on [How to Deploy a LAMP Stack with Marketplace Apps](/docs/marketplace-docs/guides/lamp-stack/). +For a quick an easy way to install a LAMP stack on Linode, check out our guide on [How to Deploy a LAMP Stack with Quick Deploy Apps](/docs/marketplace-docs/guides/lamp-stack/). Otherwise, you can find instructions on how to manually install a LAMP stack in our guide on [How to Install a LAMP Stack on Ubuntu 18.04](/docs/guides/how-to-install-a-lamp-stack-on-ubuntu-18-04/). Installation instructions for several other Linux distributions are also accessible from this guide. diff --git a/docs/guides/security/monitoring/monitoring-and-securing-cloud-workloads-with-wazuh/index.md b/docs/guides/security/monitoring/monitoring-and-securing-cloud-workloads-with-wazuh/index.md index e4949615f4d..27243d785d6 100644 --- a/docs/guides/security/monitoring/monitoring-and-securing-cloud-workloads-with-wazuh/index.md +++ b/docs/guides/security/monitoring/monitoring-and-securing-cloud-workloads-with-wazuh/index.md @@ -55,7 +55,7 @@ Wazuh features dashboards for exploring the MITRE ATT&CK framework and associate There are a number of ways to install Wazuh, depending on where you want it to run, what other services you want to use with Wazuh, and the amount of traffic you need to handle: -- Use [our Wazuh Marketplace app](/docs/marketplace-docs/guides/wazuh/) for a fast deployment. This option fully deploys in about 15 minutes and requires minimal configuration information. +- Use [our Wazuh Quick Deploy App](/docs/marketplace-docs/guides/wazuh/) for a fast deployment. This option fully deploys in about 15 minutes and requires minimal configuration information. - Using [Wazuh's Quickstart instructions](https://documentation.wazuh.com/current/quickstart.html#installing-wazuh) along with their installation assistant, you can create an all-in-one, single node deployment. This deploys Wazuh on a single server that can monitor up to 100 endpoints. diff --git a/docs/guides/security/secrets-management/deploy-openbao-on-linode-kubernetes-engine/index.md b/docs/guides/security/secrets-management/deploy-openbao-on-linode-kubernetes-engine/index.md index f6f03501ce8..4610ec4c353 100644 --- a/docs/guides/security/secrets-management/deploy-openbao-on-linode-kubernetes-engine/index.md +++ b/docs/guides/security/secrets-management/deploy-openbao-on-linode-kubernetes-engine/index.md @@ -14,7 +14,7 @@ external_resources: [OpenBao](https://openbao.org/) is an open source secrets management solution and fork of HashiCorp Vault. This guide walks through how to deploy [OpenBao on Kubernetes](https://openbao.org/docs/platform/k8s/) with Linode Kubernetes Engine (LKE) on Akamai Cloud using the [OpenBao Helm chart](https://github.com/openbao/openbao-helm). -For a single-instance manual deployment, see our [Deploying OpenBao on a Linode Instance](/docs/guides/deploying-openbao-on-a-linode-instance/) guide. If you prefer an automated one-click, single-instance deployment, see our [OpenBao Marketplace app](/docs/marketplace-docs/guides/openbao/). +For a single-instance manual deployment, see our [Deploying OpenBao on a Linode Instance](/docs/guides/deploying-openbao-on-a-linode-instance/) guide. If you prefer an automated one-click, single-instance deployment, see our [OpenBao Quick Deploy App](/docs/marketplace-docs/guides/openbao/). ## Before You Begin diff --git a/docs/guides/security/secrets-management/deploying-openbao-on-a-linode-instance/index.md b/docs/guides/security/secrets-management/deploying-openbao-on-a-linode-instance/index.md index 35be6da5201..2088a298413 100644 --- a/docs/guides/security/secrets-management/deploying-openbao-on-a-linode-instance/index.md +++ b/docs/guides/security/secrets-management/deploying-openbao-on-a-linode-instance/index.md @@ -11,7 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' [OpenBao](https://openbao.org/) is an open source secrets management solution and fork of HashiCorp Vault. This guide walks through a manual installation of OpenBao on a single Linode instance running the Ubuntu 24.04 LTS distribution. -For a Kubernetes cluster deployment, see our [Deploy OpenBao on Linode Kubernetes Engine](/docs/guides/deploy-openbao-on-linode-kubernetes-engine/) guide. If you prefer an automated one-click deployment, see our [OpenBao Marketplace app](/docs/marketplace-docs/guides/openbao/). +For a Kubernetes cluster deployment, see our [Deploy OpenBao on Linode Kubernetes Engine](/docs/guides/deploy-openbao-on-linode-kubernetes-engine/) guide. If you prefer an automated one-click deployment, see our [OpenBao Quick Deploy App](/docs/marketplace-docs/guides/openbao/). ## Before You Begin diff --git a/docs/guides/security/vulnerabilities/emulate-syn-flood-attack-with-kali-linux/index.md b/docs/guides/security/vulnerabilities/emulate-syn-flood-attack-with-kali-linux/index.md index 8c91e902730..6ab5360c604 100644 --- a/docs/guides/security/vulnerabilities/emulate-syn-flood-attack-with-kali-linux/index.md +++ b/docs/guides/security/vulnerabilities/emulate-syn-flood-attack-with-kali-linux/index.md @@ -96,7 +96,7 @@ This is a very dangerous and potentially destructive test. It must only be used This command must only be used to test servers inside your organization and under your control. **DO NOT** use this command to probe external servers. Tampering with the public internet infrastructure is a serious offense in many jurisdictions. {{< /note >}} -1. Ensure any Kali Linux compute instances running the stress test are fully configured and up-to-date. A single Kali Linux instance can emulate a basic non-distributed denial-of-service attack. But multiple Kali Linux systems are more effective in creating a realistic DDoS scenario. For more information, consult the [Linode guide to deploying Kali Linux using the Marketplace App](https://www.linode.com/marketplace/apps/kali-linux/kali-linux/). +1. Ensure any Kali Linux compute instances running the stress test are fully configured and up-to-date. A single Kali Linux instance can emulate a basic non-distributed denial-of-service attack. But multiple Kali Linux systems are more effective in creating a realistic DDoS scenario. For more information, consult the [Linode guide to deploying Kali Linux using the Quick Deploy App](https://www.linode.com/marketplace/apps/kali-linux/kali-linux/). 1. Install the `hping3` package. This package might already be installed on the Kali Linux server. diff --git a/docs/guides/tools-reference/tools/load-testing-with-locust/index.md b/docs/guides/tools-reference/tools/load-testing-with-locust/index.md index 13ad180e33f..a2f2522a6eb 100644 --- a/docs/guides/tools-reference/tools/load-testing-with-locust/index.md +++ b/docs/guides/tools-reference/tools/load-testing-with-locust/index.md @@ -111,7 +111,7 @@ Follow the instructions below to run a basic load test against an example applic A web application is required to run a load test using the example in this guide. You may use your own existing application or set up the below application that uses Python's [Flask](https://flask.palletsprojects.com/en/) web application framework. Since Locust is already running with Python, using Flask minimizes other dependencies needed to run an example load test. -If you'd rather use a preinstalled Flask application, you can deploy our [Flask Marketplace app](/docs/marketplace-docs/guides/flask/). Note that the Flask Marketplace app does not include Locust and would require Locust installation after deployment. +If you'd rather use a preinstalled Flask application, you can deploy our [Flask Quick Deploy App](/docs/marketplace-docs/guides/flask/). Note that the Flask Quick Deploy App does not include Locust and would require Locust installation after deployment. {{< note title="Using Your Own Application" >}} Should you prefer to use your own web application, you can skip the steps for **Installing and Starting the Example Application** and move ahead to [Creating a Test Script](#creating-a-test-script). When asked to provide **host** information when running your load test, replace the URLs for the example Flask application with your own. diff --git a/docs/guides/uptime/analytics/plausible/index.md b/docs/guides/uptime/analytics/plausible/index.md index 99b89782d79..1eb1014af6b 100644 --- a/docs/guides/uptime/analytics/plausible/index.md +++ b/docs/guides/uptime/analytics/plausible/index.md @@ -17,7 +17,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' 1. You need to generate an [API Token](/docs/products/platform/accounts/guides/manage-api-tokens/). -1. [Deploy a Docker Marketplace App](/docs/marketplace-docs/guides/docker/). This includes creating your limited sudo user, your SSH public key, the previously generated API token, the domain you'd like to use and an email address, the preferred image, region, plan, and root password. There are additional options for opening ports to allow email, however this is only needed if you'll be allowing others to register for this Plausible instance. Once ready click on *Create Linode*. The process will take about 5-10 minutes to complete. +1. [Deploy a Docker Quick Deploy App](/docs/marketplace-docs/guides/docker/). This includes creating your limited sudo user, your SSH public key, the previously generated API token, the domain you'd like to use and an email address, the preferred image, region, plan, and root password. There are additional options for opening ports to allow email, however this is only needed if you'll be allowing others to register for this Plausible instance. Once ready click on *Create Linode*. The process will take about 5-10 minutes to complete. 1. You need a domain name configured in the [DNS Manager](/docs/products/networking/dns-manager/get-started/). Create A/AAAA records pointing to the server hosting Docker. diff --git a/docs/guides/uptime/loadbalancing/how-to-configure-haproxy-http-load-balancing-and-health-checks/index.md b/docs/guides/uptime/loadbalancing/how-to-configure-haproxy-http-load-balancing-and-health-checks/index.md index 4c8a8c9756c..68b55fe168d 100644 --- a/docs/guides/uptime/loadbalancing/how-to-configure-haproxy-http-load-balancing-and-health-checks/index.md +++ b/docs/guides/uptime/loadbalancing/how-to-configure-haproxy-http-load-balancing-and-health-checks/index.md @@ -14,7 +14,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' This guide is the second part in a series on HAProxy. The first guide, [Getting Started with HAProxy TCP Load Balancing and Health Checks](/docs/guides/getting-started-with-haproxy-tcp-load-balancing-and-health-checks/), provided steps to build a minimally configured network of Nanodes: - An HAProxy node was set up as a TCP load balancer -- Three Linode Marketplace WordPress servers served as the backends +- Three Akamai Quick Deploy App WordPress servers served as the backends - TCP health checks were configured on the HAProxy node This second guide presents another configuration for this server cluster that demonstrates how to use path-based routing and HTTP health checks. diff --git a/docs/guides/uptime/monitoring/how-to-install-prometheus-and-grafana-on-ubuntu/index.md b/docs/guides/uptime/monitoring/how-to-install-prometheus-and-grafana-on-ubuntu/index.md index 92c81903d24..d4f2ff06884 100644 --- a/docs/guides/uptime/monitoring/how-to-install-prometheus-and-grafana-on-ubuntu/index.md +++ b/docs/guides/uptime/monitoring/how-to-install-prometheus-and-grafana-on-ubuntu/index.md @@ -58,8 +58,8 @@ Grafana supports a wide range of dashboards, including the Prometheus Node Expor Grafana supports alerts, annotations, dashboard variables, plugins, and authentication. It also provides a range of analytics tools to further deconstruct the data. The Grafana web interface can be accessed using port `3000` of the host server. For best results, run Prometheus and Grafana on the same server. For more background information, see the [Introduction to Grafana](https://grafana.com/docs/grafana/latest/introduction/). -## Marketplace App -Installing a complete Prometheus and Grafana-based system is a multi-step process. To streamline deployments, you can use the [Prometheus and Grafana Marketplace App](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). For a more traditional and hands-on deployment, follow the instructions below. +## Quick Deploy App +Installing a complete Prometheus and Grafana-based system is a multi-step process. To streamline deployments, you can use the [Prometheus and Grafana Quick Deploy App](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). For a more traditional and hands-on deployment, follow the instructions below. ## Before You Begin diff --git a/docs/guides/uptime/monitoring/how-to-use-zabbix/index.md b/docs/guides/uptime/monitoring/how-to-use-zabbix/index.md index c5dcf088bbb..858359a0734 100644 --- a/docs/guides/uptime/monitoring/how-to-use-zabbix/index.md +++ b/docs/guides/uptime/monitoring/how-to-use-zabbix/index.md @@ -61,7 +61,7 @@ To use Zabbix to monitor a Linux host, the host must be running the official Zab ### How to Install the Zabbix Server -Although Zabbix can be installed from the source code or packages, it is quicker and easier to use the Linode Marketplace. For information on how to install Zabbix using this method, see the [Zabbix Marketplace documentation](/docs/marketplace-docs/guides/zabbix/). Currently, the Marketplace only supports Zabbix installations on CentOS. For package installation guidelines for other Linux distributions, see the [Zabbix installation instructions](https://www.zabbix.com/documentation/6.0/en/manual/installation/install_from_packages). +Although Zabbix can be installed from the source code or packages, it is quicker and easier to use the Linode Marketplace. For information on how to install Zabbix using this method, see the [Zabbix Quick Deploy App documentation](/docs/marketplace-docs/guides/zabbix/). Currently, the Quick Deploy App only supports Zabbix installations on CentOS. For package installation guidelines for other Linux distributions, see the [Zabbix installation instructions](https://www.zabbix.com/documentation/6.0/en/manual/installation/install_from_packages). ### How to Install the Zabbix Client diff --git a/docs/guides/uptime/monitoring/migrating-from-aws-cloudwatch-to-prometheus-and-grafana-on-akamai/index.md b/docs/guides/uptime/monitoring/migrating-from-aws-cloudwatch-to-prometheus-and-grafana-on-akamai/index.md index e111ed79fb2..183f7f4b562 100644 --- a/docs/guides/uptime/monitoring/migrating-from-aws-cloudwatch-to-prometheus-and-grafana-on-akamai/index.md +++ b/docs/guides/uptime/monitoring/migrating-from-aws-cloudwatch-to-prometheus-and-grafana-on-akamai/index.md @@ -28,8 +28,8 @@ This guide walks through how to migrate standard AWS CloudWatch service logs, me Prometheus and Grafana are considered industry standard, and are commonly used together to monitor service health, detect anomalies, and issue alerts. Being both open source and platfrom-agnostic allows them to be deployed across a diverse range of cloud providers and on-premise infrastructures. Organizations often adopt these tools to reduce operational costs while gaining greater control over how data is collected, stored, and visualized. -{{< note title="Prometheus and Grafana Marketplace App" >}} -If you prefer an automatic deployment rather than the manual installation steps in this guide, Prometheus and Grafana can be deployed through our [Prometheus and Grafana Marketplace app](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). +{{< note title="Prometheus and Grafana Quick Deploy App" >}} +If you prefer an automatic deployment rather than the manual installation steps in this guide, Prometheus and Grafana can be deployed through our [Prometheus and Grafana Quick Deploy App](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). {{< /note >}} ## Before You Begin diff --git a/docs/guides/uptime/monitoring/migrating-from-azure-monitor-to-prometheus-and-grafana-on-akamai/index.md b/docs/guides/uptime/monitoring/migrating-from-azure-monitor-to-prometheus-and-grafana-on-akamai/index.md index d0edd724ba9..9b81c61c45a 100644 --- a/docs/guides/uptime/monitoring/migrating-from-azure-monitor-to-prometheus-and-grafana-on-akamai/index.md +++ b/docs/guides/uptime/monitoring/migrating-from-azure-monitor-to-prometheus-and-grafana-on-akamai/index.md @@ -28,8 +28,8 @@ This guide walks through how to migrate standard Azure Monitor service logs, met Prometheus and Grafana are considered industry standard, and are commonly used together to monitor service health, detect anomalies, and issue alerts. Being both open source and platfrom-agnostic allows them to be deployed across a diverse range of cloud providers and on-premise infrastructures. Organizations often adopt these tools to reduce operational costs while gaining greater control over how data is collected, stored, and visualized. -{{< note title="Prometheus and Grafana Marketplace App" >}} -If you prefer an automatic deployment rather than the manual installation steps in this guide, Prometheus and Grafana can be deployed through our [Prometheus and Grafana Marketplace app](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). +{{< note title="Prometheus and Grafana Quick Deploy App" >}} +If you prefer an automatic deployment rather than the manual installation steps in this guide, Prometheus and Grafana can be deployed through our [Prometheus and Grafana Quick Deploy App](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). {{< /note >}} ## Before You Begin diff --git a/docs/guides/uptime/monitoring/migrating-from-gcp-cloud-monitoring-to-prometheus-and-grafana-on-akamai/index.md b/docs/guides/uptime/monitoring/migrating-from-gcp-cloud-monitoring-to-prometheus-and-grafana-on-akamai/index.md index 46928a2f3f7..dab76a512f7 100644 --- a/docs/guides/uptime/monitoring/migrating-from-gcp-cloud-monitoring-to-prometheus-and-grafana-on-akamai/index.md +++ b/docs/guides/uptime/monitoring/migrating-from-gcp-cloud-monitoring-to-prometheus-and-grafana-on-akamai/index.md @@ -27,8 +27,8 @@ This guide walks through how to migrate standard GCP Cloud Monitoring service lo Prometheus and Grafana are considered industry standard, and are commonly used together to monitor service health, detect anomalies, and issue alerts. Being both open source and platfrom-agnostic allows them to be deployed across a diverse range of cloud providers and on-premise infrastructures. Organizations often adopt these tools to reduce operational costs while gaining greater control over how data is collected, stored, and visualized. -{{< note title="Prometheus and Grafana Marketplace App" >}} -If you prefer an automatic deployment rather than the manual installation steps in this guide, Prometheus and Grafana can be deployed through our [Prometheus and Grafana Marketplace app](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). +{{< note title="Prometheus and Grafana Quick Deploy App" >}} +If you prefer an automatic deployment rather than the manual installation steps in this guide, Prometheus and Grafana can be deployed through our [Prometheus and Grafana Quick Deploy App](https://www.linode.com/marketplace/apps/linode/prometheus-grafana/). {{< /note >}} ## Before You Begin diff --git a/docs/guides/web-servers/squid/squid-http-proxy-centos-8/index.md b/docs/guides/web-servers/squid/squid-http-proxy-centos-8/index.md index 70fa288d06b..c809347c935 100644 --- a/docs/guides/web-servers/squid/squid-http-proxy-centos-8/index.md +++ b/docs/guides/web-servers/squid/squid-http-proxy-centos-8/index.md @@ -29,7 +29,7 @@ This guide will show you how to create your own HTTP proxy using Squid, a highly - Bypass certain regional and local network restrictions. {{< note >}} -The traffic passed from your client to your Squid HTTP proxy will not be encrypted and will still be visible on your local network. If you are looking for a solution that offers greater security, you may want to look at our guides on [Setting up an SSH Tunnel](/docs/guides/setting-up-an-ssh-tunnel-with-your-linode-for-safe-browsing/) or [Deploy OpenVPN Access Server with Marketplace Apps](/docs/marketplace-docs/guides/openvpn/). +The traffic passed from your client to your Squid HTTP proxy will not be encrypted and will still be visible on your local network. If you are looking for a solution that offers greater security, you may want to look at our guides on [Setting up an SSH Tunnel](/docs/guides/setting-up-an-ssh-tunnel-with-your-linode-for-safe-browsing/) or [Deploy OpenVPN Access Server with Quick Deploy Apps](/docs/marketplace-docs/guides/openvpn/). {{< /note >}} ## Install Squid diff --git a/docs/guides/web-servers/squid/squid-http-proxy-debian-10/index.md b/docs/guides/web-servers/squid/squid-http-proxy-debian-10/index.md index dc39758fd0d..8968b598bca 100644 --- a/docs/guides/web-servers/squid/squid-http-proxy-debian-10/index.md +++ b/docs/guides/web-servers/squid/squid-http-proxy-debian-10/index.md @@ -29,7 +29,7 @@ This guide will show you how to create your own HTTP proxy using Squid, a highly - Bypass certain regional and local network restrictions. {{< note >}} -The traffic passed from your client to your Squid HTTP proxy will not be encrypted and will still be visible on your local network. If you are looking for a solution that offers greater security, you may want to look at our guides on [Setting up an SSH Tunnel](/docs/guides/setting-up-an-ssh-tunnel-with-your-linode-for-safe-browsing/) or [Deploy OpenVPN Access Server with Marketplace Apps](/docs/marketplace-docs/guides/openvpn/). +The traffic passed from your client to your Squid HTTP proxy will not be encrypted and will still be visible on your local network. If you are looking for a solution that offers greater security, you may want to look at our guides on [Setting up an SSH Tunnel](/docs/guides/setting-up-an-ssh-tunnel-with-your-linode-for-safe-browsing/) or [Deploy OpenVPN Access Server with Quick Deploy Apps](/docs/marketplace-docs/guides/openvpn/). {{< /note >}} ## Install Squid diff --git a/docs/guides/web-servers/squid/squid-http-proxy-ubuntu-18-04/index.md b/docs/guides/web-servers/squid/squid-http-proxy-ubuntu-18-04/index.md index 984db9e6820..52a0d94a8e6 100644 --- a/docs/guides/web-servers/squid/squid-http-proxy-ubuntu-18-04/index.md +++ b/docs/guides/web-servers/squid/squid-http-proxy-ubuntu-18-04/index.md @@ -29,7 +29,7 @@ This guide will show you how to create your own HTTP proxy using Squid, a highly - Bypass certain regional and local network restrictions. {{< note >}} -The traffic passed from your client to your Squid HTTP proxy will not be encrypted and will still be visible on your local network. If you are looking for a solution that offers greater security, you may want to look at our guides on [Setting up an SSH Tunnel](/docs/guides/setting-up-an-ssh-tunnel-with-your-linode-for-safe-browsing/) or [Deploy OpenVPN Access Server with Marketplace Apps](/docs/marketplace-docs/guides/openvpn/). +The traffic passed from your client to your Squid HTTP proxy will not be encrypted and will still be visible on your local network. If you are looking for a solution that offers greater security, you may want to look at our guides on [Setting up an SSH Tunnel](/docs/guides/setting-up-an-ssh-tunnel-with-your-linode-for-safe-browsing/) or [Deploy OpenVPN Access Server with Quick Deploy Apps](/docs/marketplace-docs/guides/openvpn/). {{< /note >}} ## Install Squid diff --git a/docs/guides/websites/cms/basics/best-open-source-content-management-systems/index.md b/docs/guides/websites/cms/basics/best-open-source-content-management-systems/index.md index 2476ea7a227..ca26aae7c48 100644 --- a/docs/guides/websites/cms/basics/best-open-source-content-management-systems/index.md +++ b/docs/guides/websites/cms/basics/best-open-source-content-management-systems/index.md @@ -111,7 +111,7 @@ Grav is written primarily in PHP and the [Symfony](https://symfony.com/) web app - It's not ideal for complex websites. -You can quickly deploy an instance of the Grav CMS on a Linode server using the Linode Marketplace App. Follow the steps in the [Deploying Grav through the Linode Marketplace](/docs/marketplace-docs/guides/grav/) guide to get started. +You can quickly deploy an instance of the Grav CMS on a Linode server using the Akamai Quick Deploy App. Follow the steps in the [Deploying Grav through the Linode Marketplace](/docs/marketplace-docs/guides/grav/) guide to get started. ### Drupal @@ -130,7 +130,7 @@ Drupal has many loyal fans, most of whom are hard-core web developers and progra - It has a steep learning curve. - Using Drupal to its best advantage requires programming skills. -You can deploy a Drupal instance on a Linode server using the Linode Marketplace App. Follow the steps in the [Deploying Drupal through the Linode Marketplace](/docs/marketplace-docs/guides/drupal/) guide to get started. +You can deploy a Drupal instance on a Linode server using the Akamai Quick Deploy App. Follow the steps in the [Deploying Drupal through the Linode Marketplace](/docs/marketplace-docs/guides/drupal/) guide to get started. ### Ghost @@ -170,7 +170,7 @@ Written in PHP, Joomla stores your data in a MySQL database. Unlike many PHP pro - Sophisticated sites may require a veteran Joomla developer. - Fewer extensions than the most popular CMSs. -You can deploy an instance of the Joomla CMS on a Linode server using the Linode Marketplace App. Follow the steps in the [Deploying Joomla through the Linode Marketplace](/docs/marketplace-docs/guides/joomla/) guide to get started. +You can deploy an instance of the Joomla CMS on a Linode server using the Akamai Quick Deploy App. Follow the steps in the [Deploying Joomla through the Linode Marketplace](/docs/marketplace-docs/guides/joomla/) guide to get started. ### Magento @@ -265,7 +265,7 @@ WooCommerce is written in PHP, and like the program underneath it, it is license Its flexibility can be confusing until you have a firm grip on all the options. -You can deploy a WooCommerce instance on a Linode server using the Linode Marketplace App. Follow the steps in the [Deploying WooCommerce through the Linode Marketplace](/docs/marketplace-docs/guides/woocommerce/) guide to get started. +You can deploy a WooCommerce instance on a Linode server using the Akamai Quick Deploy App. Follow the steps in the [Deploying WooCommerce through the Linode Marketplace](/docs/marketplace-docs/guides/woocommerce/) guide to get started. ### WordPress @@ -288,7 +288,7 @@ WordPress is written in PHP. You can argue it's the program that made PHP the la - Due to the sheer number of all WordPress's options, it can be confusing. - Because it's so popular, hackers target it more than any other CMS. Using a third-party security program such as [WordFence](https://www.wordfence.com/) or [Jetpack](https://jetpack.com/) is essential. -You can deploy a WordPress instance on a Linode server using the Linode Marketplace App. Follow the steps in the [Deploying WordPress through the Linode Marketplace](/docs/marketplace-docs/guides/wordpress/) guide to get started. +You can deploy a WordPress instance on a Linode server using the Akamai Quick Deploy App. Follow the steps in the [Deploying WordPress through the Linode Marketplace](/docs/marketplace-docs/guides/wordpress/) guide to get started. ## Which Top Open-Source Content Management System is Right For You? diff --git a/docs/guides/websites/cms/wordpress/how-to-update-php-for-wordpress/index.md b/docs/guides/websites/cms/wordpress/how-to-update-php-for-wordpress/index.md index 00f66cb57d3..cb66438f8d7 100644 --- a/docs/guides/websites/cms/wordpress/how-to-update-php-for-wordpress/index.md +++ b/docs/guides/websites/cms/wordpress/how-to-update-php-for-wordpress/index.md @@ -47,7 +47,7 @@ Additional best practices for WordPress upgrades are listed below: 1. A full LAMP stack must already be installed. See the [How to Install a LAMP Stack on Ubuntu 20.04](/docs/guides/how-to-install-a-lamp-stack-on-ubuntu-20-04/) guide for more details. -1. WordPress should already be installed. See the Linode guides on [Installing WordPress](/docs/guides/install-wordpress-ubuntu-18-04/) and [Deploying WordPress from Marketplace Apps](/docs/marketplace-docs/guides/wordpress/). +1. WordPress should already be installed. See the Linode guides on [Installing WordPress](/docs/guides/install-wordpress-ubuntu-18-04/) and [Deploying WordPress from Quick Deploy Apps](/docs/marketplace-docs/guides/wordpress/). {{< note >}} The steps in this guide are written for a non-root user. Commands that require elevated privileges are prefixed with `sudo`. If you are not familiar with the `sudo` command, see the [Linux Users and Groups](/docs/guides/linux-users-and-groups/) guide. diff --git a/docs/headless/home/where-do-i-start/data.toml b/docs/headless/home/where-do-i-start/data.toml index 98206908cb2..2457bf535c1 100644 --- a/docs/headless/home/where-do-i-start/data.toml +++ b/docs/headless/home/where-do-i-start/data.toml @@ -1,7 +1,7 @@ [[queries.featured]] key = "Title" operator = "eq" -match = "Deploy a Minecraft Server with Marketplace Apps" +match = "Deploy a Minecraft Server with Quick Deploy Apps" [[queries.getting_started]] key = "Title" diff --git a/docs/marketplace-docs/_index.md b/docs/marketplace-docs/_index.md index 6e07015bfdf..601e1c2b503 100644 --- a/docs/marketplace-docs/_index.md +++ b/docs/marketplace-docs/_index.md @@ -1,7 +1,7 @@ +++ -title = "Marketplace Apps" -title_meta = "Linode Marketplace Product Documentation" -description = "Explore the Linode App Marketplace to find popular ready-to-run apps and services. Use the Linode Cloud Manager to deploy your Marketplace App in just a few clicks." +title = "Quick Deploy Apps" +title_meta = "Akamai Quick Deploy Apps Product Documentation" +description = "Explore Akamai's Quick Deploy Apps to find popular ready-to-run apps and services. Use the Akamai Cloud Manager to deploy your Quick Deploy App in just a few clicks." aliases = [ "/products/tools/marketplace/", "/products/tools/marketplace-one-click-apps/", @@ -28,13 +28,13 @@ layout = "tabbed-section-layout" kind = "section" +++ -The [Linode Marketplace](https://www.linode.com/marketplace/) offers a growing collection of One-Click Apps based on popular and in-demand software. +Akamai offers a growing collection of [Quick Deploy Apps](https://www.linode.com/marketplace/) based on popular and in-demand software. ## Features ### App Creation, Simplified -No more jumping through hoops to get your software up and running. Use Marketplace to launch new Linodes with ready-to-run apps and services. The Linode Cloud Manager lets you manage and track your compute instances on a single page. +No more jumping through hoops to get your software up and running. Use Akamai Quick Deploy Apps to launch new compute instances with ready-to-run apps and services. The Akamai Cloud Manager lets you manage and track your compute instances on a single page. ### Customizable @@ -42,4 +42,4 @@ Run your apps the way you want. If the default configuration doesn't meet your n ## Pricing and Availability -Marketplace Apps can be deployed across [all regions](https://www.linode.com/global-infrastructure/) and are provided at no additional cost beyond the fees associated with the selected Compute Instance plan. +Quick Deploy Apps can be deployed across [all regions](https://www.linode.com/global-infrastructure/) and are provided at no additional cost beyond the fees associated with the selected Compute Instance plan. diff --git a/docs/marketplace-docs/_shortguides/deploy-marketplace-app-cluster-shortguide/index.md b/docs/marketplace-docs/_shortguides/deploy-marketplace-app-cluster-shortguide/index.md index 4a317f74174..bf7d4efcecb 100644 --- a/docs/marketplace-docs/_shortguides/deploy-marketplace-app-cluster-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/deploy-marketplace-app-cluster-shortguide/index.md @@ -1,20 +1,20 @@ --- -# Shortguide: Instructions on deploying a Marketplace App Cluster from Cloud Manager +# Shortguide: Instructions on deploying a Quick Deploy App Cluster from Cloud Manager headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace marketplace app cluster shortguide' +description: 'Quick Deploy App cluster shortguide' --- -The Linode Marketplace lets you easily deploy an application cluster on Compute Instances using Cloud Manager. See [Get Started with Marketplace Apps](/docs/marketplace-docs/get-started/) for complete steps. +Akamai Quick Deploy Apps let you easily deploy an application cluster on Compute Instances using Cloud Manager. See [Get Started with Quick Deploy Apps](/docs/marketplace-docs/get-started/) for complete steps. -1. Log in to [Cloud Manager](https://cloud.linode.com) and select the **Marketplace** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected. +1. Log in to [Cloud Manager](https://cloud.linode.com) and select the **Quick Deploy App** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected. -1. Under the **Select App** section, select the cluster app you would like to deploy. Marketplace Apps that are deployed as clusters have a **cluster** label next to the app's name. +1. Under the **Select App** section, select the cluster app you would like to deploy. Quick Deploy Apps that are deployed as clusters have a **cluster** label next to the app's name. -1. Complete the form by following the steps and advice within the [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the [Configuration Options](#configuration-options) section below for compatible distributions, recommended plans, and any additional configuration options available for this Marketplace App. +1. Complete the form by following the steps and advice within the [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guide. Depending on the Quick Deploy App you selected, there may be additional configuration options available. See the [Configuration Options](#configuration-options) section below for compatible distributions, recommended plans, and any additional configuration options available for this Quick Deploy App. 1. Click the **Create Linode** button. Once the first Compute Instance has been provisioned and has fully powered on, **wait for the software installation to complete**. If the instance is powered off or restarted before this time, the other Compute Instances may never be deployed and the software installation will likely fail. \ No newline at end of file diff --git a/docs/marketplace-docs/_shortguides/deploy-marketplace-apps-shortguide/index.md b/docs/marketplace-docs/_shortguides/deploy-marketplace-apps-shortguide/index.md index 3469f8a3cc7..299ca46ceff 100644 --- a/docs/marketplace-docs/_shortguides/deploy-marketplace-apps-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/deploy-marketplace-apps-shortguide/index.md @@ -1,20 +1,20 @@ --- -# Shortguide: Instructions on deploying a Marketplace App from Cloud Manager +# Shortguide: Instructions on deploying a Quick Deploy App from Cloud Manager headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace deployment shortguide' +description: 'Quick Deploy App deployment shortguide' --- -The Linode Marketplace lets you easily deploy software on a Compute Instance using Cloud Manager. See [Get Started with Marketplace Apps](/docs/marketplace-docs/get-started/) for complete steps. +Akamai Quick Deploy Apps let you easily deploy software on a Compute Instance using Cloud Manager. See [Get Started with Quick Deploy Apps](/docs/marketplace-docs/get-started/) for complete steps. -1. Log in to [Cloud Manager](https://cloud.linode.com) and select the **Marketplace** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected. +1. Log in to [Cloud Manager](https://cloud.linode.com) and select the **Quick Deploy Apps** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected. 1. Under the **Select App** section, select the app you would like to deploy. -1. Complete the form by following the steps and advice within the [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the [Configuration Options](#configuration-options) section below for compatible distributions, recommended plans, and any additional configuration options available for this Marketplace App. +1. Complete the form by following the steps and advice within the [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guide. Depending on the Quick Deploy App you selected, there may be additional configuration options available. See the [Configuration Options](#configuration-options) section below for compatible distributions, recommended plans, and any additional configuration options available for this Quick Deploy App. 1. Click the **Create Linode** button. Once the Compute Instance has been provisioned and has fully powered on, **wait for the software installation to complete**. If the instance is powered off or restarted before this time, the software installation will likely fail. \ No newline at end of file diff --git a/docs/marketplace-docs/_shortguides/marketplace-custom-domain-fields-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-custom-domain-fields-shortguide/index.md index 32590dd6339..b0db5d3812d 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-custom-domain-fields-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-custom-domain-fields-shortguide/index.md @@ -1,17 +1,17 @@ --- -# Shortguide: Details the optional fields related to creating a limited user account on a Marketplace App. +# Shortguide: Details the optional fields related to creating a limited user account on a Quick Deploy App. headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace custom domain shortguide' +description: 'Quick Deploy App custom domain shortguide' --- #### Custom Domain (Optional) -If you wish to automatically configure a custom domain, you first need to configure your domain to use Linode's name servers. This is typically accomplished directly through your registrar. See [Use Linode’s Name Servers with Your Domain](/docs/products/networking/dns-manager/guides/authoritative-name-servers/). Once that is finished, you can fill out the following fields for the Marketplace App: +If you wish to automatically configure a custom domain, you first need to configure your domain to use Linode's name servers. This is typically accomplished directly through your registrar. See [Use Linode’s Name Servers with Your Domain](/docs/products/networking/dns-manager/guides/authoritative-name-servers/). Once that is finished, you can fill out the following fields for the Quick Deploy App: - **Linode API Token:** If you wish to use the Linode's [DNS Manager](/docs/products/networking/dns-manager/) to manage DNS records for your custom domain, create a Linode API *Personal Access Token* on your account with Read/Write access to *Domains*. If this is provided along with the subdomain and domain fields (outlined below), the installation attempts to create DNS records via the Linode API. See [Get an API Access Token](/docs/products/platform/accounts/guides/manage-api-tokens/). If you do not provide this field, you need to manually configure your DNS records through your DNS provider and point them to the IP address of the new instance. - **Subdomain:** The subdomain you wish to use, such as *www* for `www.example.com`. diff --git a/docs/marketplace-docs/_shortguides/marketplace-limited-user-fields-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-limited-user-fields-shortguide/index.md index 1584f13e618..5a771dc6edf 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-limited-user-fields-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-limited-user-fields-shortguide/index.md @@ -1,12 +1,12 @@ --- -# Shortguide: Details the optional fields related to creating a limited user account on a Marketplace App. +# Shortguide: Details the optional fields related to creating a limited user account on a Quick Deploy App. headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace limited user shortguide' +description: 'Quick Deploy App limited user shortguide' --- #### Limited User (Optional) diff --git a/docs/marketplace-docs/_shortguides/marketplace-required-limited-user-fields-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-required-limited-user-fields-shortguide/index.md index c7cea9f3a95..bc3f411fbe5 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-required-limited-user-fields-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-required-limited-user-fields-shortguide/index.md @@ -1,12 +1,12 @@ --- -# Shortguide: Details the fields related to creating a required limited user account on a Marketplace App. +# Shortguide: Details the fields related to creating a required limited user account on a Quick Deploy App. headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace sudo user shortguide' +description: 'Quick Deploy App sudo user shortguide' --- #### Limited Sudo User diff --git a/docs/marketplace-docs/_shortguides/marketplace-special-character-limitations-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-special-character-limitations-shortguide/index.md index 7e1f880ea13..b6c0f428610 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-special-character-limitations-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-special-character-limitations-shortguide/index.md @@ -1,12 +1,12 @@ --- -# Shortguide: Details the optional fields related to creating a limited user account on a Marketplace App. +# Shortguide: Details the optional fields related to creating a limited user account on a Quick Deploy App. headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace special character warning shortguide' +description: 'Quick Deploy Apps special character warning shortguide' --- {{< note type="warning" >}} diff --git a/docs/marketplace-docs/_shortguides/marketplace-update-note-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-update-note-shortguide/index.md index 166fbabc6c1..ec959af49f3 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-update-note-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-update-note-shortguide/index.md @@ -1,14 +1,14 @@ --- -# Shortguide: A note on updating the software on a Linode deployed using the Marketplace +# Shortguide: A note on updating the software on a Linode deployed using Quick Deploy Apps headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace software updates note shortguide' +description: 'Quick Deploy App software updates note shortguide' --- {{< note >}} -Currently, Akamai doesn't manage software and systems updates for Marketplace Apps. It is up to the user to perform routine maintenance on software deployed in this fashion. +Currently, Akamai doesn't manage software and systems updates for Quick Deploy Apps. It is up to the user to perform routine maintenance on software deployed in this fashion. {{< /note >}} \ No newline at end of file diff --git a/docs/marketplace-docs/_shortguides/marketplace-verify-custom-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-verify-custom-shortguide/index.md index e380646679a..15812916802 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-verify-custom-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-verify-custom-shortguide/index.md @@ -1,12 +1,12 @@ --- -# Shortguide: How to verify that the marketplace app has been successfully installed (when custom instructions are needed). +# Shortguide: How to verify that the Quick Deploy App has been successfully installed (when custom instructions are needed). headless: true show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace verification shortguide' +description: 'Quick Deploy App verification shortguide' --- To verify that the app has been fully installed, see the [Verify Installation](#verify-installation) section below. Once installed, follow the instructions within the [Getting Started After Deployment](#getting-started-after-deployment) section to access the application and start using it. \ No newline at end of file diff --git a/docs/marketplace-docs/_shortguides/marketplace-verify-standard-shortguide/index.md b/docs/marketplace-docs/_shortguides/marketplace-verify-standard-shortguide/index.md index 4f573090c7b..4be019c0d68 100644 --- a/docs/marketplace-docs/_shortguides/marketplace-verify-standard-shortguide/index.md +++ b/docs/marketplace-docs/_shortguides/marketplace-verify-standard-shortguide/index.md @@ -6,7 +6,7 @@ show_on_rss_feed: false authors: ["Akamai"] contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -description: 'Marketplace verification shortguide' +description: 'Quick Deploy Apps verification shortguide' --- -To verify that the app has been fully installed, see [Get Started with Marketplace Apps > Verify Installation](/docs/marketplace-docs/get-started/#verify-installation). Once installed, follow the instructions within the [Getting Started After Deployment](#getting-started-after-deployment) section to access the application and start using it. \ No newline at end of file +To verify that the app has been fully installed, see [Get Started with Akamai Quick Deploy Apps > Verify Installation](/docs/marketplace-docs/get-started/#verify-installation). Once installed, follow the instructions within the [Getting Started After Deployment](#getting-started-after-deployment) section to access the application and start using it. \ No newline at end of file diff --git a/docs/marketplace-docs/developers/index.md b/docs/marketplace-docs/developers/index.md index 998a81c7aa3..ca5f0f2d275 100644 --- a/docs/marketplace-docs/developers/index.md +++ b/docs/marketplace-docs/developers/index.md @@ -1,8 +1,8 @@ --- title: Developers -title_meta: "Developer Resources for the Linode Marketplace" -description: "Linode One-Click App Marketplace is managed easily with developer tools like the Linode API or CLI." -keywords: ['linode marketplace','developer resources'] +title_meta: "Developer Resources for Akamai Quick Deploy Apps" +description: "Akamai Quick Deploy Apps are managed easily with developer tools like the Linode API or CLI." +keywords: ['akamai quick deploy apps','developer resources'] tab_group_main: weight: 50 aliases: ['/products/tools/marketplace/developers/','/products/tools/marketplace-one-click-apps/developers/'] @@ -13,7 +13,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' ## Linode API -Marketplace applications are deployed in the API via the [StackScripts Endpoint Collection](/docs/api/stackscripts). +Quick Deploy Apps are deployed in the API via the [StackScripts Endpoint Collection](/docs/api/stackscripts). ## Linode CLI diff --git a/docs/marketplace-docs/feature.svg b/docs/marketplace-docs/feature.svg index 5aa051522fe..e3c7163fdca 100644 --- a/docs/marketplace-docs/feature.svg +++ b/docs/marketplace-docs/feature.svg @@ -1,5 +1,5 @@ - Marketplace Apps + Quick Deploy Apps diff --git a/docs/marketplace-docs/get-started/index.md b/docs/marketplace-docs/get-started/index.md index c34d2fa8105..1be9a8b5d1d 100644 --- a/docs/marketplace-docs/get-started/index.md +++ b/docs/marketplace-docs/get-started/index.md @@ -1,10 +1,10 @@ --- title: Get Started -title_meta: "Getting Started with the Linode Marketplace" -description: "Learn how to deploy and use One-Click Apps hosted on the Linode Marketplace." +title_meta: "Getting Started with Akamai Quick Deploy Apps" +description: "Learn how to deploy and use One-Click Apps hosted on the Akamai Quick Deploy Apps." published: 2022-03-08 modified: 2023-07-24 -keywords: ['linode marketplace','get started'] +keywords: ['akamai quick deploy apps','get started'] tab_group_main: weight: 20 aliases: ['/products/tools/marketplace/get-started/','/platform/marketplace/how-to-use-marketplace-apps-at-linode/', '/platform/one-click/how-to-use-one-click-apps-at-linode/','/guides/how-to-use-marketplace-apps-at-linode/', '/products/tools/marketplace-one-click-apps/guides/marketplace-deploy-app/', '/products/tools/marketplace-one-click-apps/guides/marketplace-access-app/','/products/tools/marketplace-one-click-apps/guides/marketplace-add-domain-name/'] @@ -14,33 +14,33 @@ contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' --- -The Linode Marketplace enables users to quickly deploy software applications to a Linode Compute Instance without the hassle of using the command line. +Akamai Quick Deploy Apps enable users to quickly deploy software applications to a Linode Compute Instance without the hassle of using the command line. -## Deploy a Marketplace App +## Deploy a Quick Deploy Apps -When a Marketplace App is deployed, a new Compute Instance is created and the appropriate software is installed with the settings you provide. Marketplace Apps do not install software to already-existing instances in your account. +When a Quick Deploy App is deployed, a new Compute Instance is created and the appropriate software is installed with the settings you provide. Quick Deploy Apps do not install software to already-existing instances in your account. {{< note >}} -There are two types of deployments available: single instances and clusters. Most Marketplace Apps that are available in the Linode Marketplace are single instances and, as such, only deploy a single Compute Instance to your account. If an app is marked with the `cluster` label, it instead creates multiple Compute Instances as part of a cluster deployment. +There are two types of deployments available: single instances and clusters. Most Quick Deploy Apps that are available are single instances and, as such, only deploy a single Compute Instance to your account. If an app is marked with the `cluster` label, it instead creates multiple Compute Instances as part of a cluster deployment. {{< /note >}} -1. Log in to [Cloud Manager](https://cloud.linode.com) and select the **Marketplace** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected. +1. Log in to [Cloud Manager](https://cloud.linode.com) and select the **Quick Deploy Apps** link from the left navigation menu. This displays the Linode **Create** page with the **Marketplace** tab pre-selected. -1. Under the **Select App** section, select the app you would like to deploy. Click on the info icon (**i**) to open the details panel for that app and learn more about the included software. Within the panel, there is also a link to the corresponding guide where you can learn how to deploy and access that Marketplace App. +1. Under the **Select App** section, select the app you would like to deploy. Click on the info icon (**i**) to open the details panel for that app and learn more about the included software. Within the panel, there is also a link to the corresponding guide where you can learn how to deploy and access that Quick Deploy App. ![Screenshot of Select App section](marketplace-select-app.png) -1. Complete the form by following the steps and advice within the [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the guide that corresponds with your selected App for compatible distributions, recommended plans, and any additional configuration options available. +1. Complete the form by following the steps and advice within the [Creating a Compute Instance](/docs/products/compute/compute-instances/guides/create/) guide. Depending on the Quick Deploy App you selected, there may be additional configuration options available. See the guide that corresponds with your selected App for compatible distributions, recommended plans, and any additional configuration options available. 1. Click the **Create Linode** button. Once the Compute Instance has been provisioned and has fully powered on, **wait for the software installation to complete**. If the instance is powered off or restarted before this time, the software installation will likely fail. To verify that the app has been fully installed, see the [Verify Installation](#verify-installation) section below. -1. Follow the instructions within the guide that corresponds with your Marketplace App to access the application and start using it. +1. Follow the instructions within the guide that corresponds with your Quick Deploy App to access the application and start using it. ## Verify Installation -Since software for a Marketplace App is installed *after* a Linode Compute Instance has been provisioned, you need to wait for the installation to complete before you can start using the App. For most Marketplace Apps, the installation can be verified using the instructions below. Some Marketplace Apps have different instructions. For those, see the guide that corresponds with that App. +Since software for a Quick Deploy App is installed *after* a Linode Compute Instance has been provisioned, you need to wait for the installation to complete before you can start using the App. For most Quick Deploy Apps, the installation can be verified using the instructions below. Some Quick Deploy Apps have different instructions. For those, see the guide that corresponds with that App. -- **Attempt to access the app:** Each Marketplace App has an estimated deployment time range (such as 5-10 minutes). It's recommended that you attempt to access your application after this time has elapsed. If you can successfully access it, the installation has completed successfully. +- **Attempt to access the app:** Each Quick Deploy App has an estimated deployment time range (such as 5-10 minutes). It's recommended that you attempt to access your application after this time has elapsed. If you can successfully access it, the installation has completed successfully. - **Lish console:** Open the [Lish console](/docs/products/compute/compute-instances/guides/lish/) and follow along with the installation script. Once the *"Installation Complete!"* notice appears, the install is finished. @@ -50,11 +50,11 @@ Since software for a Marketplace App is installed *after* a Linode Compute Insta grep -i 'installation complete' /var/log/stackscript.log ``` - If you receive output matching that string, the Marketplace App has finished installing. + If you receive output matching that string, the Quick Deploy App has finished installing. ## Access the App -Since each Marketplace App installs different software with different functions, the instructions for accessing an App can vary greatly. In some cases, the App deploys a webpage or admin panel that's accessible over a web browser. In other cases, you may need to log in to your instance through [SSH](/docs/guides/connect-to-server-over-ssh/) or [Lish](/docs/products/compute/compute-instances/guides/lish/) and navigate to the software directory. To learn how to access the App that you deployed, review the guide that corresponds with your Marketplace App. +Since each Quick Deploy App installs different software with different functions, the instructions for accessing an App can vary greatly. In some cases, the App deploys a webpage or admin panel that's accessible over a web browser. In other cases, you may need to log in to your instance through [SSH](/docs/guides/connect-to-server-over-ssh/) or [Lish](/docs/products/compute/compute-instances/guides/lish/) and navigate to the software directory. To learn how to access the App that you deployed, review the guide that corresponds with your Quick Deploy App. ## Add a Custom Domain diff --git a/docs/marketplace-docs/guides/_index.md b/docs/marketplace-docs/guides/_index.md index b0f69611cde..7cc648a0344 100644 --- a/docs/marketplace-docs/guides/_index.md +++ b/docs/marketplace-docs/guides/_index.md @@ -1,7 +1,7 @@ --- title: Guides -title_meta: "Guides and Tutorials for the Linode Marketplace" -description: "A collection of guides to help you learn how to deploy each Marketplace App that Linode offers." +title_meta: "Guides and Tutorials for Akamai Quick Deploy Apps" +description: "A collection of guides to help you learn how to deploy each Quick Deploy App that Akamai offers." modified: 2024-04-29 tab_group_main: weight: 30 @@ -10,11 +10,9 @@ aliases: ['/products/tools/marketplace/guides/','/products/tools/marketplace-one ## Basics -- [Get Started with Marketplace Apps](/docs/marketplace-docs/get-started/): Learn how to deploy and access a One-Click App from the Linode Marketplace. +- [Get Started with Akamai Quick Deploy Apps](/docs/marketplace-docs/get-started/): Learn how to deploy and access a Quick Deploy App -## List of Marketplace Apps - -See the [Marketplace](/docs/marketplace/) listing page for a full list of all Marketplace Apps sorted by category. +## List of Quick Deploy Apps - [aaPanel](/docs/marketplace-docs/guides/aapanel/) - [Akaunting](/docs/marketplace-docs/guides/akaunting/) diff --git a/docs/marketplace-docs/guides/aapanel/index.md b/docs/marketplace-docs/guides/aapanel/index.md index 553569a174e..e648bd38ba2 100644 --- a/docs/marketplace-docs/guides/aapanel/index.md +++ b/docs/marketplace-docs/guides/aapanel/index.md @@ -1,6 +1,6 @@ --- title: "Deploy aaPanel" -description: "This tutorial will show you how to install and configure the free and open-source server app, aaPanel, using the Linode Quick Deploy App on CentOS 7." +description: "This tutorial will show you how to install and configure the free and open-source server app, aaPanel, using the Akamai Quick Deploy App on CentOS 7." published: 2021-08-13 modified: 2022-03-08 keywords: ['control panel', 'web hosting'] diff --git a/docs/marketplace-docs/guides/antmediaenterpriseserver/index.md b/docs/marketplace-docs/guides/antmediaenterpriseserver/index.md index 7e60fa62930..6566a715980 100644 --- a/docs/marketplace-docs/guides/antmediaenterpriseserver/index.md +++ b/docs/marketplace-docs/guides/antmediaenterpriseserver/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Ant Media Server Enterprise Edition" -description: "Learn how to install and configure the Ant Media Server Enterprise Edition so you can stream video online using the Linode Quick Deploy App." +description: "Learn how to install and configure the Ant Media Server Enterprise Edition so you can stream video online using the Akamai Quick Deploy App." published: 2022-03-29 modified: 2024-04-24 keywords: ['streaming', "quick deploy apps", "live video streaming"] diff --git a/docs/marketplace-docs/guides/antmediaserver/index.md b/docs/marketplace-docs/guides/antmediaserver/index.md index 455ab5b476d..113e27e41ae 100644 --- a/docs/marketplace-docs/guides/antmediaserver/index.md +++ b/docs/marketplace-docs/guides/antmediaserver/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Ant Media Server Community Edition" -description: 'This guide will show you how to install and configure Ant Media Server so you can stream video online using the Linode Quick Deploy App.' +description: 'This guide will show you how to install and configure Ant Media Server so you can stream video online using the Akamai Quick Deploy App.' published: 2021-03-30 modified: 2024-06-06 keywords: ['streaming', "quick deploy apps", "live video streaming"] diff --git a/docs/marketplace-docs/guides/apache-airflow/index.md b/docs/marketplace-docs/guides/apache-airflow/index.md index a7a1bd0fb30..051e46184c8 100644 --- a/docs/marketplace-docs/guides/apache-airflow/index.md +++ b/docs/marketplace-docs/guides/apache-airflow/index.md @@ -85,5 +85,5 @@ To learn more about Airflow and determine if it's the right tool for you, read t - [Create Connections and Variables in Apache Airflow](/docs/guides/apache-airflow-tutorial-creating-connections-and-variables/) {{< note type="warning">}} -The Linode Quick Deploy App app deploys Apache Airflow in standalone mode, suitable for development, testing, and initial configurations. Standalone mode is not recommended for [production deployments](https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html). +The Akamai Quick Deploy App app deploys Apache Airflow in standalone mode, suitable for development, testing, and initial configurations. Standalone mode is not recommended for [production deployments](https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html). {{< /note >}} \ No newline at end of file diff --git a/docs/marketplace-docs/guides/discourse/index.md b/docs/marketplace-docs/guides/discourse/index.md index 9ed9504c4ac..d9a67fe76f9 100644 --- a/docs/marketplace-docs/guides/discourse/index.md +++ b/docs/marketplace-docs/guides/discourse/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Discourse" -description: "In this guide, learn how to install Discourse, an open source discussion platform that provides powerful features using the Linode Quick Deploy App." +description: "In this guide, learn how to install Discourse, an open source discussion platform that provides powerful features using the Akamai Quick Deploy App." published: 2020-11-19 modified: 2022-03-08 keywords: ['discourse','one-click', 'server'] diff --git a/docs/marketplace-docs/guides/docker/index.md b/docs/marketplace-docs/guides/docker/index.md index cf17b023983..e4353b35fb2 100644 --- a/docs/marketplace-docs/guides/docker/index.md +++ b/docs/marketplace-docs/guides/docker/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Docker" -description: "This guide provides you with step-by-step instructions for deploying Docker, a tool which you can use to run containerized apps, from the Linode Quick Deploy App." +description: "This guide provides you with step-by-step instructions for deploying Docker, a tool which you can use to run containerized apps, from the Akamai Quick Deploy App." published: 2020-03-11 modified: 2025-07-01 keywords: ['docker','marketplace', 'container'] diff --git a/docs/marketplace-docs/guides/gitlab/index.md b/docs/marketplace-docs/guides/gitlab/index.md index c4e0ecdb31f..1055bc97d83 100644 --- a/docs/marketplace-docs/guides/gitlab/index.md +++ b/docs/marketplace-docs/guides/gitlab/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Gitlab" -description: "This is a step-by-step guide on how to deploy the GitLab application, a solution for your software development needs, by using the Linode Quick Deploy App." +description: "This is a step-by-step guide on how to deploy the GitLab application, a solution for your software development needs, by using the Akamai Quick Deploy App." published: 2019-03-27 modified: 2022-03-08 keywords: ['gitlab','marketplace apps','version control','git'] diff --git a/docs/marketplace-docs/guides/hashicorp-nomad/index.md b/docs/marketplace-docs/guides/hashicorp-nomad/index.md index 13a41bca6ca..0a2d6f7b58f 100644 --- a/docs/marketplace-docs/guides/hashicorp-nomad/index.md +++ b/docs/marketplace-docs/guides/hashicorp-nomad/index.md @@ -49,6 +49,6 @@ marketplace_app_name: "HashiCorp Nomad" https://www.nomadproject.io/docs/configuration/tls#http {{< /note >}} -1. Additional configurations are required to use the Linode Quick Deploy App Nomad Server in a production environment. We recommend reviewing the [Configuration](https://www.nomadproject.io/docs/configuration) and [Job Spec](https://www.nomadproject.io/docs/job-specification) documentation before proceeding. +1. Additional configurations are required to use the Akamai Quick Deploy App Nomad Server in a production environment. We recommend reviewing the [Configuration](https://www.nomadproject.io/docs/configuration) and [Job Spec](https://www.nomadproject.io/docs/job-specification) documentation before proceeding. {{% content "marketplace-update-note-shortguide" %}} diff --git a/docs/marketplace-docs/guides/hashicorp-vault/index.md b/docs/marketplace-docs/guides/hashicorp-vault/index.md index f2965dfb277..15e9399a2d1 100644 --- a/docs/marketplace-docs/guides/hashicorp-vault/index.md +++ b/docs/marketplace-docs/guides/hashicorp-vault/index.md @@ -79,6 +79,6 @@ Follow the instructions below to view the unseal key and root token. https://www.vaultproject.io/docs/secrets/pki/setup {{< /note >}} -1. Additional configurations are required to use the Linode Quick Deploy App Vault instance in a production environment. We recommend reviewing the [Configuration](https://www.vaultproject.io/docs/configuration), [Secrets Engine](https://www.vaultproject.io/docs/secrets), and [Authentication](https://www.vaultproject.io/docs/auth) documentation before proceeding further. +1. Additional configurations are required to use the Akamai Quick Deploy App Vault instance in a production environment. We recommend reviewing the [Configuration](https://www.vaultproject.io/docs/configuration), [Secrets Engine](https://www.vaultproject.io/docs/secrets), and [Authentication](https://www.vaultproject.io/docs/auth) documentation before proceeding further. {{% content "marketplace-update-note-shortguide" %}} diff --git a/docs/marketplace-docs/guides/jetbackup/index.md b/docs/marketplace-docs/guides/jetbackup/index.md index 7f18c54e55e..960f4a9baf6 100644 --- a/docs/marketplace-docs/guides/jetbackup/index.md +++ b/docs/marketplace-docs/guides/jetbackup/index.md @@ -1,6 +1,6 @@ --- title: "Deploy JetBackup" -description: "JetBackup is a backup solution designed for the web hosting industry. This tutorial walks you through deploying JetBackup using the Linode Quick Deploy App." +description: "JetBackup is a backup solution designed for the web hosting industry. This tutorial walks you through deploying JetBackup using the Akamai Quick Deploy App." published: 2021-08-13 modified: 2022-05-17 keywords: ['backups','cpanel', 'backup'] diff --git a/docs/marketplace-docs/guides/lamp-stack/index.md b/docs/marketplace-docs/guides/lamp-stack/index.md index 7263870f56f..bc70ca2b7d0 100644 --- a/docs/marketplace-docs/guides/lamp-stack/index.md +++ b/docs/marketplace-docs/guides/lamp-stack/index.md @@ -1,6 +1,6 @@ --- title: "Deploy a LAMP Stack" -description: "This guide shows you how to use the Linode Quick Deploy App to deploy a LAMP (Linux, Apache, MySQL, PHP) stack on a Linode running Linux." +description: "This guide shows you how to use the Akamai Quick Deploy App to deploy a LAMP (Linux, Apache, MySQL, PHP) stack on a Linode running Linux." published: 2019-03-26 modified: 2025-04-29 keywords: ['LAMP', 'apache', 'web server', 'mysql', 'php'] diff --git a/docs/marketplace-docs/guides/lemp-stack/index.md b/docs/marketplace-docs/guides/lemp-stack/index.md index 13f4a6f29cb..b245cc63ece 100644 --- a/docs/marketplace-docs/guides/lemp-stack/index.md +++ b/docs/marketplace-docs/guides/lemp-stack/index.md @@ -1,6 +1,6 @@ --- title: "Deploy a LEMP Stack" -description: "This guide shows you how to use the Linode Quick Deploy App to deploy a LEMP (Linux, NGINX, MySQL, PHP) server stack on a Linode Compute Instance." +description: "This guide shows you how to use the Akamai Quick Deploy App to deploy a LEMP (Linux, NGINX, MySQL, PHP) server stack on a Linode Compute Instance." published: 2020-03-11 modified: 2022-03-08 keywords: ['LEMP', 'nginx', 'web server', 'mysql', 'php'] diff --git a/docs/marketplace-docs/guides/mastodon/index.md b/docs/marketplace-docs/guides/mastodon/index.md index b98593e35f8..b3dd6346535 100644 --- a/docs/marketplace-docs/guides/mastodon/index.md +++ b/docs/marketplace-docs/guides/mastodon/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Mastodon" -description: "Learn how to deploy Mastodon, a decentralized social network and micro-blogging platform, on the Linode Quick Deploy App." +description: "Learn how to deploy Mastodon, a decentralized social network and micro-blogging platform, on the Akamai Quick Deploy App." published: 2022-12-12 modified: 2024-04-16 keywords: ['social', 'messaging', 'mastodon'] diff --git a/docs/marketplace-docs/guides/mongodb-cluster/index.md b/docs/marketplace-docs/guides/mongodb-cluster/index.md index 26e98ee5e7d..e44aacd1e57 100644 --- a/docs/marketplace-docs/guides/mongodb-cluster/index.md +++ b/docs/marketplace-docs/guides/mongodb-cluster/index.md @@ -1,6 +1,6 @@ --- title: "Deploy a MongoDB Cluster" -description: "This guide shows how you can deploy MongoDB, a database engine that provides access to non-relational, document-oriented databases, using the Linode Quick Deploy App." +description: "This guide shows how you can deploy MongoDB, a database engine that provides access to non-relational, document-oriented databases, using the Akamai Quick Deploy App." published: 2023-03-20 expiryDate: 2023-05-01 keywords: ['mongodb','marketplace', 'database'] diff --git a/docs/marketplace-docs/guides/mongodb/index.md b/docs/marketplace-docs/guides/mongodb/index.md index 0ddef4b0286..475070c09d8 100644 --- a/docs/marketplace-docs/guides/mongodb/index.md +++ b/docs/marketplace-docs/guides/mongodb/index.md @@ -1,6 +1,6 @@ --- title: "Deploy MongoDB" -description: "This guide shows how you can deploy MongoDB, a database engine that provides access to non-relational, document-oriented databases, using the Linode Quick Deploy App." +description: "This guide shows how you can deploy MongoDB, a database engine that provides access to non-relational, document-oriented databases, using the Akamai Quick Deploy App." published: 2020-03-11 modified: 2022-03-08 keywords: ['mongodb','marketplace', 'database'] diff --git a/docs/marketplace-docs/guides/moodle/index.md b/docs/marketplace-docs/guides/moodle/index.md index b74b0164871..979f1508778 100644 --- a/docs/marketplace-docs/guides/moodle/index.md +++ b/docs/marketplace-docs/guides/moodle/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Moodle" -description: "Moodle is the leading open source learning management system. This tutorial walks you through deploying Moodle using the Linode Quick Deploy App." +description: "Moodle is the leading open source learning management system. This tutorial walks you through deploying Moodle using the Akamai Quick Deploy App." published: 2021-08-13 modified: 2023-04-11 keywords: ['learning','educator','management', and 'school'] diff --git a/docs/marketplace-docs/guides/mysql/index.md b/docs/marketplace-docs/guides/mysql/index.md index 3d5b25ee56d..01002555b11 100644 --- a/docs/marketplace-docs/guides/mysql/index.md +++ b/docs/marketplace-docs/guides/mysql/index.md @@ -1,6 +1,6 @@ --- title: "Deploy MySQL/MariaDB" -description: "This guide shows how to install and configure MySQL/MariaDB so you can run databases for anything from a CRM to WordPress by using the Linode Quick Deploy App." +description: "This guide shows how to install and configure MySQL/MariaDB so you can run databases for anything from a CRM to WordPress by using the Akamai Quick Deploy App." published: 2020-03-13 modified: 2025-02-28 keywords: ['database','mysql','rdbms','relational database','mariadb'] diff --git a/docs/marketplace-docs/guides/owncast/index.md b/docs/marketplace-docs/guides/owncast/index.md index 7e04c006ad0..e5203b207b1 100644 --- a/docs/marketplace-docs/guides/owncast/index.md +++ b/docs/marketplace-docs/guides/owncast/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Owncast" -description: "This guide shows how to install Owncast, a self-hosted live video and web chat server that works with common broadcasting software, from the Linode Quick Deploy App." +description: "This guide shows how to install Owncast, a self-hosted live video and web chat server that works with common broadcasting software, from the Akamai Quick Deploy App." published: 2021-03-31 modified: 2025-03-10 keywords: ['live streaming','marketplace','web chat'] diff --git a/docs/marketplace-docs/guides/owncloud/index.md b/docs/marketplace-docs/guides/owncloud/index.md index 2a01f110501..4cdaf0d9f28 100644 --- a/docs/marketplace-docs/guides/owncloud/index.md +++ b/docs/marketplace-docs/guides/owncloud/index.md @@ -1,6 +1,6 @@ --- title: "Deploy ownCloud Server" -description: "Learn how to deploy ownCloud Server, a self-hosted file-sharing and collaboration platform on the Linode Quick Deploy App." +description: "Learn how to deploy ownCloud Server, a self-hosted file-sharing and collaboration platform on the Akamai Quick Deploy App." published: 2023-06-26 keywords: ['owncloud','filesharing','collaboration'] tags: ["quick deploy apps", "linode platform", "cloud manager"] diff --git a/docs/marketplace-docs/guides/peppermint/index.md b/docs/marketplace-docs/guides/peppermint/index.md index fbf8954cbec..958c44c688f 100644 --- a/docs/marketplace-docs/guides/peppermint/index.md +++ b/docs/marketplace-docs/guides/peppermint/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Peppermint" -description: "This guide shows how to install Peppermint, a ticket management system that allows teams to create tickets, and more, with the Linode Quick Deploy App." +description: "This guide shows how to install Peppermint, a ticket management system that allows teams to create tickets, and more, with the Akamai Quick Deploy App." published: 2021-03-31 modified: 2023-10-27 keywords: ["ticket management", "quick deploy apps"] diff --git a/docs/marketplace-docs/guides/plesk/index.md b/docs/marketplace-docs/guides/plesk/index.md index 9f0762d4f08..7825874dc0c 100644 --- a/docs/marketplace-docs/guides/plesk/index.md +++ b/docs/marketplace-docs/guides/plesk/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Plesk" -description: "This guide shows how to install and configure Plesk using the Linode Quick Deploy Apps. Plesk is a leading WordPress and website management control panel." +description: "This guide shows how to install and configure Plesk using the Akamai Quick Deploy Apps. Plesk is a leading WordPress and website management control panel." published: 2019-03-25 modified: 2024-05-21 keywords: ['plesk','marketplace', 'cms'] diff --git a/docs/marketplace-docs/guides/plex/index.md b/docs/marketplace-docs/guides/plex/index.md index a77c2808a4b..6ddc36d8bdf 100644 --- a/docs/marketplace-docs/guides/plex/index.md +++ b/docs/marketplace-docs/guides/plex/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Plex Media Server" -description: "Stream your personal media collection to nearly any device with your own Plex Media Server using Linode Quick Deploy Apps." +description: "Stream your personal media collection to nearly any device with your own Plex Media Server using Akamai Quick Deploy Apps." published: 2020-09-28 modified: 2025-02-19 keywords: ['streaming','plex','video','media server'] diff --git a/docs/marketplace-docs/guides/splunk/index.md b/docs/marketplace-docs/guides/splunk/index.md index 761a06fcb9f..9b2348de8aa 100644 --- a/docs/marketplace-docs/guides/splunk/index.md +++ b/docs/marketplace-docs/guides/splunk/index.md @@ -1,6 +1,6 @@ --- title: "Deploy Splunk" -description: "This guide shows you how to install Splunk, a powerful data solution that collects, monitors, analyzes, and visualizes data, using the Linode Quick Deploy App." +description: "This guide shows you how to install Splunk, a powerful data solution that collects, monitors, analyzes, and visualizes data, using the Akamai Quick Deploy App." published: 2021-09-03 modified: 2024-01-31 keywords: ['monitoring','splunk', 'data solution'] diff --git a/docs/marketplace-docs/guides/vscode/index.md b/docs/marketplace-docs/guides/vscode/index.md index 76d5db30e30..f1a947dd850 100644 --- a/docs/marketplace-docs/guides/vscode/index.md +++ b/docs/marketplace-docs/guides/vscode/index.md @@ -1,6 +1,6 @@ --- title: "Deploy VS Code" -description: "This guide shows you how to run VS Code Server in the browser to create, edit, and manipulate code by using the VS Code app from the Linode Quick Deploy App." +description: "This guide shows you how to run VS Code Server in the browser to create, edit, and manipulate code by using the VS Code app from the Akamai Quick Deploy App." published: 2020-12-02 modified: 2022-03-08 keywords: ['vscode', 'marketplace', 'vscode web browser'] diff --git a/docs/marketplace-docs/resources/index.md b/docs/marketplace-docs/resources/index.md index c7beec0ade0..2987b11312c 100644 --- a/docs/marketplace-docs/resources/index.md +++ b/docs/marketplace-docs/resources/index.md @@ -1,8 +1,8 @@ --- title: Resources -title_meta: "Resources for the Linode Marketplace" -description: "Resources and other information related to Linode Marketplace Apps including blog posts, community posts, and customer stories." -keywords: ['linode marketplace'] +title_meta: "Resources for Akamai Quick Deploy Apps" +description: "Resources and other information related to Akamai Quick Deploy Apps including blog posts, community posts, and customer stories." +keywords: ['akamai quick deploy apps'] tab_group_main: weight: 40 aliases: ['/products/tools/marketplace/resources/','/products/tools/marketplace-one-click-apps/resources/'] @@ -11,38 +11,6 @@ contributors: ["Akamai"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' --- -## Blog Posts - -- [Self-Hosted Alternatives to Popular Business & Productivity Tools (Including G Suite)](https://www.linode.com/blog/devops/open-source-business-tool-alternatives-g-suite-2022/) - -- [Secure & Accelerate Development Projects with Linode Marketplace Apps](https://www.linode.com/blog/devops/secure-accelerate-development-projects-with-linode-marketplace-apps/) - -- [7 New Apps to Try on Linode Marketplace](https://www.linode.com/blog/devops/linode-one-click-apps-marketplace-release-august-21/) - -- [Ant Media, Owncast, and Peppermint Now on Marketplace](https://www.linode.com/blog/devops/linode-marketplace-april-2021-video-streaming/) - -- [Welcoming New Marketplace App Partners (And We Want Your Feedback!)](https://www.linode.com/blog/devops/welcoming-new-marketplace-app-partners-and-we-want-your-feedback/) - -- [11 New Apps Available on Linode Marketplace](https://www.linode.com/blog/devops/linode-marketplace-january-2021-release/) - -- [6 New One-Click Apps on Linode Marketplace](https://www.linode.com/blog/devops/linode-marketplace-october-releases/) - -- [Nextcloud and Percona added to Linode Marketplace](https://www.linode.com/blog/one-click-apps/nextcloud-and-percona-added-to-linode-marketplace/) - -- [Introducing Linode One-Click App Marketplace](https://www.linode.com/blog/marketplace-apps/introducing-linode-one-click-app-marketplace/) - -- [4 Alternative Ways to Collaborate in the Cloud](https://www.linode.com/blog/cloud-computing/4-alternative-ways-to-collaborate-in-the-cloud/) - -- [5 Videos to Help You Start Your Next Cloud Project](https://www.linode.com/blog/one-click-apps/5-videos-to-help-you-start-your-next-cloud-project/) - -- [New Web Development & Database Marketplace Apps](https://www.linode.com/blog/marketplace-apps/new-web-development-and-database-one-click-apps/) - -- [Seven New Marketplace Apps on Linode](https://www.linode.com/blog/one-click-apps/seven-new-one-click-apps-on-linode/) - -- [2019: A Big Year of Innovation for Linode and a Big Thank You to Our Customers](https://www.linode.com/blog/linode/2019-a-year-in-review/) - -- [New Marketplace Apps in the Linode Library](https://www.linode.com/blog/one-click-apps/new-one-click-apps-in-the-linode-library/) - ## Community Posts - [Creating a MongoDB Cluster from the Marketplace](https://www.linode.com/community/questions/19677/creating-a-mongodb-cluster-from-the-marketplace) @@ -55,7 +23,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' - [How can I deploy 1-Click Apps from the CLI?](https://www.linode.com/community/questions/18509/how-can-i-deploy-1-click-apps-from-the-cli) -- [How can I use Marketplace Apps to deploy a Proxy Server?](https://www.linode.com/community/questions/18986/how-can-i-use-marketplace-apps-to-deploy-a-proxy-server) +- [How can I use Quick Deploy Apps to deploy a Proxy Server?](https://www.linode.com/community/questions/18986/how-can-i-use-marketplace-apps-to-deploy-a-proxy-server) - [Installed a Django One click App, now what?](https://www.linode.com/community/questions/19899/installed-a-django-marketplace-app-now-what) @@ -63,14 +31,10 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' - [Deploy multiple One-clicks to a single node?](https://www.linode.com/community/questions/19166/deploy-multiple-marketplaces-to-a-single-node) -- [What’s the default MySQL my.cnf configuration from default WordPress Marketplace app in Linode](https://www.linode.com/community/questions/19910/whats-the-default-mysql-mycnf-configuration-from-default-wordpress-marketplace-app) +- [What’s the default MySQL my.cnf configuration from default WordPress Quick Deploy App in Linode](https://www.linode.com/community/questions/19910/whats-the-default-mysql-mycnf-configuration-from-default-wordpress-marketplace-app) Browse our [Linode Community Questions & Answers page](https://www.linode.com/community/questions/) for more [related questions](https://www.linode.com/community/questions/search?query=one+click+marketplace). -## Customer Stories - -- [Craft of Code: Bernd Hilmar](https://www.linode.com/spotlight/bernd-hilmar/) - ## External Resources -- [Video: Continuous Integration Using Jenkins Marketplace APp](https://youtu.be/FHPtchw-eHA) +- [Video: Continuous Integration Using Jenkins Quick Deploy App](https://youtu.be/FHPtchw-eHA) diff --git a/docs/products/compute/compute-instances/_index.md b/docs/products/compute/compute-instances/_index.md index c5b80b54308..8540f66c202 100644 --- a/docs/products/compute/compute-instances/_index.md +++ b/docs/products/compute/compute-instances/_index.md @@ -34,7 +34,7 @@ In addition to the resources allocated to each available plan (outlined above), - Free inbound network transfer (ingress) - Metered outbound network transfer (egress) that includes 1 TB - 20 TB of prorated* network transfer allowance - Dedicated IPv4 and IPv6 addresses (additional addresses available on request) -- Deploy using the many available [Linux Distributions](https://www.linode.com/distributions/), [Marketplace Apps](https://www.linode.com/marketplace/), or Community [StackScripts](https://www.linode.com/products/stackscripts/) +- Deploy using the many available [Linux Distributions](https://www.linode.com/distributions/), [Quick Deploy Apps](https://www.linode.com/marketplace/), or Community [StackScripts](https://www.linode.com/products/stackscripts/) - Direct console access through [Lish](/docs/products/compute/compute-instances/guides/lish/) - Provisioning and management through [Cloud Manager](https://cloud.linode.com/), [Linode CLI](https://www.linode.com/products/cli/), or programmatically through the [Linode API](https://www.linode.com/products/linode-api/) - [Multi-queue NIC](/docs/products/compute/compute-instances/guides/multiqueue-nic/) support on plans with 2 or more vCPU cores. diff --git a/docs/products/compute/compute-instances/get-started/index.md b/docs/products/compute/compute-instances/get-started/index.md index fa87716ccd9..2625d53e62b 100644 --- a/docs/products/compute/compute-instances/get-started/index.md +++ b/docs/products/compute/compute-instances/get-started/index.md @@ -18,7 +18,7 @@ Compute Instances can be deployed using Cloud Manager, the Linode API, or the Li - [Choosing a Compute Instance Type and Plan](/docs/products/compute/compute-instances/plans/choosing-a-plan/) {{< note >}} -Consider deploying an app from the [Linode Marketplace](https://www.linode.com/marketplace/apps/) to quickly get up and running with many popular applications, including [Wordpress](https://www.linode.com/marketplace/apps/linode/wordpress/), [WooCommerce](https://www.linode.com/marketplace/apps/linode/woocommerce/), [LEMP](https://www.linode.com/marketplace/apps/linode/lemp/), [cPanel](https://www.linode.com/marketplace/apps/cpanel/cpanel/), [Plesk](https://www.linode.com/marketplace/apps/plesk/plesk/), and [Nextcloud](https://www.linode.com/marketplace/apps/linode/nextcloud/). See [How to Use Linode's Marketplace Apps](/docs/marketplace-docs/get-started/). +Consider deploying an app from the [Linode Marketplace](https://www.linode.com/marketplace/apps/) to quickly get up and running with many popular applications, including [Wordpress](https://www.linode.com/marketplace/apps/linode/wordpress/), [WooCommerce](https://www.linode.com/marketplace/apps/linode/woocommerce/), [LEMP](https://www.linode.com/marketplace/apps/linode/lemp/), [cPanel](https://www.linode.com/marketplace/apps/cpanel/cpanel/), [Plesk](https://www.linode.com/marketplace/apps/plesk/plesk/), and [Nextcloud](https://www.linode.com/marketplace/apps/linode/nextcloud/). See [How to Use Linode's Quick Deploy Apps](/docs/marketplace-docs/get-started/). {{< /note >}} ## Connect to the Instance diff --git a/docs/products/compute/compute-instances/guides/create/index.md b/docs/products/compute/compute-instances/guides/create/index.md index 9c9a8eed16d..eca619f4488 100644 --- a/docs/products/compute/compute-instances/guides/create/index.md +++ b/docs/products/compute/compute-instances/guides/create/index.md @@ -35,11 +35,11 @@ Log in to [Cloud Manager](https://cloud.linode.com/), click the **Create** dropd ![Distribution selection in Cloud Manager](create-instance-distribution.jpg) -One of the first steps to deploy a Compute Instance is to decide *what* you actually wish to deploy. You're able to select a Linux distribution for a barebones install, a Marketplace App with your desired software, and a few other options. +One of the first steps to deploy a Compute Instance is to decide *what* you actually wish to deploy. You're able to select a Linux distribution for a barebones install, a Quick Deploy App with your desired software, and a few other options. - **Distributions:** Select from any [supported Linux distribution](https://www.linode.com/distributions/). This option lets you start with a stable Linux operating system and build your own software stack from scratch. Popular distributions include the latest LTS releases of Ubuntu, Debian, CentOS Stream, RHEL-derivitates (such AlmaLinux and Rocky Linux), and more. Each distribution comes with its own set of preinstalled software and commands. See [Choosing a Linux Distribution](/docs/products/compute/compute-instances/guides/distributions/) for a full list of distributions. -- **Marketplace**: Select from the many [Apps](https://www.linode.com/marketplace/apps/) currently featured in the [Linode Marketplace](https://www.linode.com/marketplace/). This installs and configures your desired software, allowing you to start using your applications right away. Popular apps include [Wordpress](https://www.linode.com/marketplace/apps/linode/wordpress/), [WooCommerce](https://www.linode.com/marketplace/apps/linode/woocommerce/), [LEMP](https://www.linode.com/marketplace/apps/linode/lemp/), [cPanel](https://www.linode.com/marketplace/apps/cpanel/cpanel/), [Plesk](https://www.linode.com/marketplace/apps/plesk/plesk/), and [Nextcloud](https://www.linode.com/marketplace/apps/linode/nextcloud/). See [How to Use Linode's Marketplace Apps](/docs/marketplace-docs/get-started/). +- **Marketplace**: Select from the many [Apps](https://www.linode.com/marketplace/apps/) currently featured in the [Linode Marketplace](https://www.linode.com/marketplace/). This installs and configures your desired software, allowing you to start using your applications right away. Popular apps include [Wordpress](https://www.linode.com/marketplace/apps/linode/wordpress/), [WooCommerce](https://www.linode.com/marketplace/apps/linode/woocommerce/), [LEMP](https://www.linode.com/marketplace/apps/linode/lemp/), [cPanel](https://www.linode.com/marketplace/apps/cpanel/cpanel/), [Plesk](https://www.linode.com/marketplace/apps/plesk/plesk/), and [Nextcloud](https://www.linode.com/marketplace/apps/linode/nextcloud/). See [How to Use Linode's Quick Deploy Apps](/docs/marketplace-docs/get-started/). - **StackScripts:** Select from any StackScripts previously created on your account or from a community StackScript. StackScripts automate the deployment of software and configuration by executing commands within your system after the first boot. See [How to Deploy a New Linode Using a StackScript](/docs/products/tools/stackscripts/guides/deploy-a-compute-instance/). @@ -161,7 +161,7 @@ User data can be provided to the Metadata service, which is then consumed by clo ![Summary section in Cloud Manager](create-instance-summary.jpg) -Confirm the details for this Compute Instance within the *Linode Summary* section. Once you are satisfied, click **Create Linode** to start the deployment process. This process can take anywhere from 3 minutes for Distribution Images to up to 30 minutes for some Marketplace Apps. After the creation process has started, you are automatically redirected to the detail page for this instance. From here, you can follow the status as the instance is deployed as well as see information about the new instance, such as the IP addresses. +Confirm the details for this Compute Instance within the *Linode Summary* section. Once you are satisfied, click **Create Linode** to start the deployment process. This process can take anywhere from 3 minutes for Distribution Images to up to 30 minutes for some Quick Deploy Apps. After the creation process has started, you are automatically redirected to the detail page for this instance. From here, you can follow the status as the instance is deployed as well as see information about the new instance, such as the IP addresses. ![Details page in Cloud Manager](create-instance-details.png) diff --git a/docs/products/services/managed/get-started/index.md b/docs/products/services/managed/get-started/index.md index 0e4a02df60a..972d8ea23bd 100644 --- a/docs/products/services/managed/get-started/index.md +++ b/docs/products/services/managed/get-started/index.md @@ -43,6 +43,6 @@ After signing up for Managed Services, the next steps are to configure which ser Each Compute Instance on a Managed account is eligible to receive a [cPanel](https://cpanel.net/) license at no additional charge. -1. **Installing cPanel:** The easiest method to quickly get cPanel up and running is to deploy a new Linode using the [cPanel Marketplace App](https://www.linode.com/marketplace/apps/cpanel/cpanel/). Review the [How to Deploy cPanel with Marketplace Apps](/docs/marketplace-docs/guides/cpanel/) guide for additional instructions. If the cPanel Marketplace App does not support your desired Linux distribution, you can also follow the instructions within the [Install cPanel on CentOS](/docs/guides/install-cpanel-on-centos/) guide or the [Installation Guide](https://docs.cpanel.net/installation-guide/) on cPanel's documentation site. At this time, cPanel supports the following Linode-provided distribution images: CentOS 7, AlmaLinux 8, Rocky Linux 8, and Ubuntu 20.04 LTS. See [What operating systems are supported by cPanel](https://support.cpanel.net/hc/en-us/articles/1500001216582-What-operating-systems-are-supported-by-cPanel-) for a full list. +1. **Installing cPanel:** The easiest method to quickly get cPanel up and running is to deploy a new Linode using the [cPanel Quick Deploy App](https://www.linode.com/marketplace/apps/cpanel/cpanel/). Review the [How to Deploy cPanel with Quick Deploy Apps](/docs/marketplace-docs/guides/cpanel/) guide for additional instructions. If the cPanel Quick Deploy App does not support your desired Linux distribution, you can also follow the instructions within the [Install cPanel on CentOS](/docs/guides/install-cpanel-on-centos/) guide or the [Installation Guide](https://docs.cpanel.net/installation-guide/) on cPanel's documentation site. At this time, cPanel supports the following Linode-provided distribution images: CentOS 7, AlmaLinux 8, Rocky Linux 8, and Ubuntu 20.04 LTS. See [What operating systems are supported by cPanel](https://support.cpanel.net/hc/en-us/articles/1500001216582-What-operating-systems-are-supported-by-cPanel-) for a full list. 1. **Obtaining a License:** Contact the Support team to obtain a cPanel license for your Linode. If you do not subscribe to Linode Managed, you will need to obtain your license directly from cPanel. cPanel is typically licensed by the number of accounts within the cPanel installation, each account typically corresponding to a single website or group of similar websites. The license we provide will automatically scale based on the number of cPanel accounts you've configured. \ No newline at end of file diff --git a/docs/products/tools/cloud-manager/_index.md b/docs/products/tools/cloud-manager/_index.md index 2131146d315..93ea62be669 100644 --- a/docs/products/tools/cloud-manager/_index.md +++ b/docs/products/tools/cloud-manager/_index.md @@ -1,7 +1,7 @@ --- title: Cloud Manager title_meta: "Cloud Manager Product Documentation" -description: "Cloud Manager gives you access to simple account management, user control and security, and performance monitoring; supports self-service data center migration; allows you to deploy Linode Marketplace apps; and more." +description: "Cloud Manager gives you access to simple account management, user control and security, and performance monitoring; supports self-service data center migration; allows you to deploy Akamai Quick Deploy Apps; and more." published: 2020-06-02 tab_group_main: is_root: true @@ -25,9 +25,9 @@ Advanced search helps you quickly find your Linode resources. Search using simpl Manage your account, update payment information, review credits remaining, and print invoices. -### Deploy Marketplace Apps +### Deploy Quick Deploy Apps -Whether you want to set up a game server, your own VPN, or self-host your software with GitLab, Marketplace Apps make it quick and easy to get up and running on your Linodes. +Whether you want to set up a game server, your own VPN, or self-host your software with GitLab, Quick Deploy Apps make it quick and easy to get up and running on your Linodes. ### Performance Monitoring diff --git a/docs/products/tools/cloud-manager/guides/overview-of-cloud-manager/index.md b/docs/products/tools/cloud-manager/guides/overview-of-cloud-manager/index.md index 37f763ff896..6edf4b6cf8f 100644 --- a/docs/products/tools/cloud-manager/guides/overview-of-cloud-manager/index.md +++ b/docs/products/tools/cloud-manager/guides/overview-of-cloud-manager/index.md @@ -10,7 +10,7 @@ image: AnOverviewoftheLinodeCloudManager.png tags: ["linode platform","cloud manager"] --- -[Cloud Manager](https://cloud.linode.com/) provides a user-friendly interface to manage your infrastructure, user accounts, billing and payments, and to open and track support tickets. You can easily create Linode instances, manage Kubernetes clusters, add backups to your Linodes, deploy Marketplace Apps, track event notifications, create Object Storage buckets, and more. Cloud Manager is implemented solely atop our public [API](/docs/api), which gives you access to all our latest products and services. +[Cloud Manager](https://cloud.linode.com/) provides a user-friendly interface to manage your infrastructure, user accounts, billing and payments, and to open and track support tickets. You can easily create Linode instances, manage Kubernetes clusters, add backups to your Linodes, deploy Quick Deploy Apps, track event notifications, create Object Storage buckets, and more. Cloud Manager is implemented solely atop our public [API](/docs/api), which gives you access to all our latest products and services. ## In this Guide @@ -68,9 +68,9 @@ To get started using Longview, see the [Understanding Linode Longview](/docs/pro ## Marketplace -The **Marketplace** section of Cloud Manager gives you access to apps that make it easy to deploy and configure Marketplace Apps on a Linode. Some popular Marketplace Apps are [WordPress](/docs/marketplace-docs/guides/wordpress/), [Minecraft](/docs/marketplace-docs/guides/minecraft/), and [GitLab](/docs/marketplace-docs/guides/gitlab/). We are actively adding new and useful Marketplace apps. When a Marketplace App is deployed, a new Linode is created and the appropriate software is installed with the configurations you provide. +The **Marketplace** section of Cloud Manager gives you access to apps that make it easy to deploy and configure Quick Deploy Apps on a Linode. Some popular Quick Deploy Apps are [WordPress](/docs/marketplace-docs/guides/wordpress/), [Minecraft](/docs/marketplace-docs/guides/minecraft/), and [GitLab](/docs/marketplace-docs/guides/gitlab/). We are actively adding new and useful Quick Deploy Apps. When a Quick Deploy App is deployed, a new Linode is created and the appropriate software is installed with the configurations you provide. -See [How to Use Linode's Marketplace Apps](/docs/marketplace-docs/get-started/) to get started using Marketplace Apps in Cloud Manager. +See [How to Use Linode's Quick Deploy Apps](/docs/marketplace-docs/get-started/) to get started using Quick Deploy Apps in Cloud Manager. ## Kubernetes (LKE) diff --git a/docs/products/tools/stackscripts/guides/use-cases/index.md b/docs/products/tools/stackscripts/guides/use-cases/index.md index 31391e2b0c6..ac6f06d4e62 100644 --- a/docs/products/tools/stackscripts/guides/use-cases/index.md +++ b/docs/products/tools/stackscripts/guides/use-cases/index.md @@ -24,7 +24,7 @@ If you develop software, you can use StackScripts to deploy a demonstration inst Community StackScripts are publicly available to the entire Linode Community. This means if you have an open source project you'd like to make easily available to Linode users, you can write a StackScript that installs and configures your project's software on a Linode. Include [user defined variables](/docs/products/tools/stackscripts/guides/write-a-custom-script/#declare-user-defined-fields-udfs) in your StackScript to make it customizable to users during each deployment of the StackScript. {{< note >}} -If you would also like to make your open source project available to the Linode Community as an App in the Linode Marketplace, see the [Linode App Marketplace page](https://www.linode.com/marketplace/) for details. +If you would also like to make your open source project available to the Linode Community as a Quick Deploy App, see the [Akamai Quick Deploy Apps page](https://www.linode.com/marketplace/) for details. {{< /note >}} ## Deploy Cluster Instances diff --git a/docs/reference-architecture/cloud-based-document-management-system/guides/implementing-cloud-based-document-management-system/index.md b/docs/reference-architecture/cloud-based-document-management-system/guides/implementing-cloud-based-document-management-system/index.md index ecce38bb739..a10a10122dd 100644 --- a/docs/reference-architecture/cloud-based-document-management-system/guides/implementing-cloud-based-document-management-system/index.md +++ b/docs/reference-architecture/cloud-based-document-management-system/guides/implementing-cloud-based-document-management-system/index.md @@ -164,7 +164,7 @@ The number of application and database nodes deployed can be controlled via the Linode's Terraform provider also has the ability to provision the architecture's NodeBalancer. But the NodeBalancer is a single unit and can be entirely managed from within the Linode Cloud Manager. Thus, the tutorial instead covers manual deployment of the NodeBalancer for better demonstration. -The same is the case for the Prometheus-Grafana instance. Only one such instance is needed, and the Linode Marketplace provides the cleanest and most straightforward path for deploying it. +The same is the case for the Prometheus-Grafana instance. Only one such instance is needed, and Akamai Quick Deploy Apps provide the cleanest and most straightforward path for deploying it. ### Completing Mayan EDMS Set Up @@ -212,9 +212,9 @@ Otherwise, follow the steps given below. Since there is bi-directional replicati This architecture uses Prometheus for collecting metrics about the Mayan nodes and PostgreSQL databases. It then uses Grafana for visualizing and consuming those metrics. -Prometheus and Grafana get their own node in the architecture. Deploying that node is a straightforward process through the Linode Marketplace. +Prometheus and Grafana get their own node in the architecture. Deploying that node is a straightforward process through Akamai Quick Deploy Apps. -1. Follow our guide on [Deploying Prometheus and Grafana through the Linode Marketplace](/docs/marketplace-docs/guides/prometheus-grafana/) to get your Prometheus-Grafana node up and running. +1. Follow our guide on [Deploying Prometheus and Grafana through Akamai Quick Deploy Apps](/docs/marketplace-docs/guides/prometheus-grafana/) to get your Prometheus-Grafana node up and running. Be sure, when creating the instance, to add the VLAN created during the Terraform process. This VLAN should have a name like `vlan-us-southeast-1`. If you changed the region for the Terraform script, replace `us-southeast` in this example with the region you selected. diff --git a/go.mod b/go.mod index 13bf193232e..2569af4f064 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,5 @@ require ( github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.20300.20000 // indirect github.com/instantpage/instant.page v5.1.1+incompatible // indirect github.com/linode/linode-api-docs/v4 v4.176.0 // indirect - github.com/linode/linode-docs-theme v0.0.0-20260227165149-899fbfe40185 // indirect + github.com/linode/linode-docs-theme v0.0.0-20260310191554-10548b259c53 // indirect ) diff --git a/go.sum b/go.sum index ab71b6c285c..33b9040dc2c 100644 --- a/go.sum +++ b/go.sum @@ -338,6 +338,8 @@ github.com/linode/linode-docs-theme v0.0.0-20260129182953-a5dc39097dba h1:Uus1Rn github.com/linode/linode-docs-theme v0.0.0-20260129182953-a5dc39097dba/go.mod h1:sMRfMYZ0n0E2/EJTPRPwbkXX/RKLhDma1cs4FyszErE= github.com/linode/linode-docs-theme v0.0.0-20260227165149-899fbfe40185 h1:TFWSsMOrbP9ah52LHHv9DqCU8Z9n1t1JJDGrWBDs97U= github.com/linode/linode-docs-theme v0.0.0-20260227165149-899fbfe40185/go.mod h1:sMRfMYZ0n0E2/EJTPRPwbkXX/RKLhDma1cs4FyszErE= +github.com/linode/linode-docs-theme v0.0.0-20260310191554-10548b259c53 h1:p+scEFvAUYkzvGa2JUjrScut14HhiPTYmieRAb5xnh0= +github.com/linode/linode-docs-theme v0.0.0-20260310191554-10548b259c53/go.mod h1:sMRfMYZ0n0E2/EJTPRPwbkXX/RKLhDma1cs4FyszErE= github.com/linode/linode-website-partials v0.0.0-20221205205120-b6ea1aaa59fb/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao= github.com/linode/linode-website-partials v0.0.0-20221222200538-99862e429110/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao= github.com/linode/linode-website-partials v0.0.0-20230201145731-a8703d0a954a/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=