Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

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 Quick Deploy Apps

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 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.
  1. Log in to Cloud Manager and select the Quick Deploy Apps link from the left navigation menu. This displays the Linode Create page with the Marketplace tab pre-selected.

  2. 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.

  3. Complete the form by following the steps and advice within the Creating a Compute Instance 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.

  4. 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 section below.

  5. 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 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 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 and follow along with the installation script. Once the “Installation Complete!” notice appears, the install is finished.

  • Log file: The same “Installation Complete!” notice should also appear at the end of the installation’s log file, which you can view by logging in to your instance through SSH or Lish and running:

    grep -i 'installation complete' /var/log/stackscript.log

    If you receive output matching that string, the Quick Deploy App has finished installing.

Access the 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 or 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

For websites like WordPress, WooCommerce, and Drupal, it may be desirable to have a domain name associated with your app. Otherwise, your app is only accessible through the instance’s IP address or rDNS value.

For information on how to add a domain name to your app, visit our DNS Manager guide. Specifically, you should set up an A record and assign your IP address to it. For more general information about how DNS works, review the DNS Records: An Introduction guide.

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.