Guides - Deploying WordPress through the Linode Marketplace

Quickly deploy a Compute Instance with many various software applications pre-installed and ready to use.

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

With 60 million users around the globe, WordPress provides an industry standard for content-focused websites such as blogs, news sites, and personal websites. Its focus on best-in-class usability and flexibility, makes it possible to have a customized website up and running in minutes.

Deploying a Marketplace App

The Linode Marketplace allows you to easily deploy software on a Compute Instance using the Cloud Manager. See Get Started with Marketplace Apps for complete steps.

  1. Log in to the Cloud Manager and select the Marketplace 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.

  3. Complete the form by following the steps and advice within the Creating a Compute Instance guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the Configuration Options section below for compatible distributions, recommended plans, and any additional configuration options available for this Marketplace App.

  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 Get Started with Marketplace Apps > Verify Installation. Once installed, follow the instructions within the Getting Started After Deployment section to access the application and start using it.

Note
Estimated deployment time: WordPress should be fully installed within 2-5 minutes after the Compute Instance has finished provisioning.

Configuration Options

  • Supported distributions: Debian 10
  • Recommended minimum plan: All plan types and sizes can be used, though a minimum of a 4GB Dedicated CPU Compute Instance is recommended for production websites.

WordPress Options

  • Email address (required): Enter the email address you wish to use when configuring the WordPress admin user, generating SSL certificates, and optionally creating DNS records for a custom domain.
  • Admin Username (required): Username for your WordPress admin user account.
  • Admin Password (required): Password for your WordPress admin user account.
  • MySQL root password (required): The root password for your MySQL database.
  • WordPress Database Password (required): The root password for your WordPress database.
  • Website Title: Enter a title for your WordPress site.

Limited User (Optional)

You can optionally fill out the following fields to automatically create a limited user for your new Compute Instance. This is recommended for most deployments as an additional security measure. This account will be assigned to the sudo group, which provides elevated permission when running commands with the sudo prefix.

  • Limited sudo user: Enter your preferred username for the limited user.
  • Password for the limited user: Enter a strong password for the new user.
  • SSH public key for the limited user: If you wish to login as the limited user through public key authentication (without entering a password), enter your public key here. See Creating an SSH Key Pair and Configuring Public Key Authentication on a Server for instructions on generating a key pair.
  • Disable root access over SSH: To block the root user from logging in over SSH, select Yes (recommended). You can still switch to the root user once logged in and you can also log in as root through Lish.

Custom Domain (Optional)

If you wish to access your application using a custom domain, fill out the following fields.

  • Linode API Token: If you wish to use the Linode’s 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. 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.
  • Domain: The domain name you wish to use, such as example.com.
  • Would you like to be able to send password reset emails for WordPress? Creates the required DNS records and configures the server so you can send emails from WordPress, such as for resetting a password.
  • Would you like to use a free Let’s Encrypt SSL certificate? If you would like to use the free Let’s Encrypt CA to generate TLS/SSL certificates, select Yes.

Getting Started After Deployment

Access Your WordPress Site

After WordPress has finished installing, you can access your WordPress site by copying your Linode’s IPv4 address and entering it in the browser of your choice. If you’ve set up DNS during installation, you can go to your domain name in the browser. To find your Linode’s IPv4 address:

  1. Click on the Linodes link in the sidebar to see a list of all your Linodes.

  2. Find the Linode you just created when deploying your app and select it.

  3. Navigate to the Networking tab.

  4. Your IPv4 address is listed under the Address column in the IPv4 table.

  5. Copy and paste the IPv4 address into a browser window. You should see your WordPress site’s home page.

  6. Once you have accessed your WordPress site via the browser, you can log in to the WordPress administrative interface and start personalizing your theme, creating posts, and configuring other parts of your site.

    • The address of the WordPress login page is http://< your IP address >/wp-login.php.
    • If you set up a domain during installation, you can access the login page at http://< your domain >/wp-login.php.
    • You can also click on the log in link that’s visible on your site’s home page, as highlighted below.

    Enter the credentials you previously specified in the Admin Username and Admin Password fields when you deployed the app.

Set up a Domain for your Site

If you didn’t set up a domain during the installation process, you can add it manually following the instructions in this section.

If you own a domain name, you can assign it (or a subdomain) to your WordPress site. Specifically, you need to set up an A record that’s associated with your Linode’s IP address. To learn how to set up DNS records in the Cloud Manager, review the DNS Manager guide. For more general information about how DNS works, review the DNS Records: An Introduction guide.

Once you have set up DNS for your site, you can visit it by entering your domain or subdomain in your browser. At this point, you should also update the WordPress Address and Site URL settings for your site:

  1. Log in to your WordPress site’s admin interface as described in the previous section.

  2. Click on the Settings link in the sidebar, then click on the General option from the dropdown menu that appears.

  3. The General Settings form appears. Update the WordPress Address (URL) and Site Address (URL) fields with the domain or subdomain you assigned to your site. Specifically, the value for both fields should be http://example.com, where example.com is replaced by your domain or subdomain.

  4. Click the Save Changes button at the bottom of the form.

Software Included

The WordPress Marketplace App installs the following required software on your Linode:

SoftwareDescription
MySQL ServerRelational database.
PHP 7WordPress is written in PHP and requires PHP to operate.
Apache HTTP ServerWeb server used to serve the WordPress site.
WordPressContent management system.
WP CLIThe command line interface for WordPress.
This guide may involve or result in sending email. In an effort to fight spam, Linode restricts outbound connections on ports 25, 465, and 587 on all Linodes for new accounts created after November 5th, 2019. For more information, please see Sending Email on Linode.
This guide may involve or result in sending email. In an effort to fight spam, Linode restricts …
Note
Currently, Linode does not manage software and systems updates for Marketplace Apps. It is up to the user to perform routine maintenance on software deployed in this fashion.

More Information

You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.

This page was originally published on


Your Feedback Is Important

Let us know if this guide made it easy to get the answer you needed.