Documentation

Get Started Quickly with WordPress

Introduction

Unresolved directive in <stdin> - include::/app/source-xampp-linux/docs/_includes/common/install-wordpress/introduction.adoc[] == Assumptions and Prerequisites This tutorial doesn’t make a lot of assumptions, but the few that it does are important.

  • First, it assumes that you have a working XAMPP installation on Ubuntu Linux (Desktop edition), and that your XAMPP installation (including MySQL/MariaDB) is currently running. In case you don’t have this, download and install XAMPP and then, once it’s installed, check that it’s all working by browsing to http://localhost. You should see something like this:

    image01

    You can also check that both MySQL/MariaDB and Apache are running using the XAMPP control panel:

    image02
  • Second, it assumes that you’ve already downloaded the Linux WordPress add-on for XAMPP. In case you don’t have this, you can download it from the XAMPP Add-ons page. The add-on is an executable that lets you click your way through key tasks such as configuring the WordPress administrator account and setting up WordPress email notifications.

Did you check both the boxes above? You’re good to begin!

Step 1: Install Bitnami WordPress module for XAMPP

You can now begin installing WordPress on top of XAMPP by following these steps:

  • Open a new Linux terminal and ensure you are logged in as root.

  • Change to the directory containing the downloaded add-on. Set the executable bit for the file and launch it (remember that your file name might differ from the one below):

    chmod +x bitnami-wordpress-4.0-1-module-linux-x64-installer.run
    ./bitnami-wordpress-4.0-1-module-linux-x64-installer.run
    image11
  • This will launch the installer and you should see a splash screen, followed by a prompt for installation language. The installer is available in nine languages, including English, Spanish, Simplified Chinese, Korean, German and Russian. Select your language and you’ll be transferred to the main setup wizard.

    image12
  • The WordPress add-on requires a pre-existing XAMPP installation. Select your XAMPP installation directory (usually, /opt/lampp).

    image13
  • Next, you’ll be prompted to set up the WordPress administrator account. Enter a user name, real name and email address for the WordPress administrator account. Also, enter a password (minimum 6 characters) for the WordPress administrator account.

    image14
  • Next, enter a title for your WordPress blog. Don’t worry, you can change this later!

    image15
  • WordPress can optionally send you notifications on events, such as when someone comments on a post. The setup wizard lets you configure how these email notifications are sent out. You can either use a Gmail account or a custom mail server.

    image16
    • If you’re using a Gmail account, simply enter your complete Gmail address and account password. For security reasons, it is recommended that you set up a separate Gmail account for notifications, rather than using your regular Gmail address.

    image17
    • If you don’t have a Gmail account or if you’d prefer to use a custom mail server, enter details for the mail server, such as the account username and password, SMTP server name and port, and security configuration.

    image18
  • You’ll now be asked to choose between development and production settings. Choose the option best suited for your particular needs.

    image19

You’re almost done! Click Next a few times, decide whether you want to read more about Bitnami in a new browser window while the installation progresses, and the wizard will take care of the rest.

image110

Once installation is complete, you’ll see a success screen. Click "Finish" to exit the installation and launch WordPress.

image111

Step 2: Test WordPress

Unresolved directive in <stdin> - include::/app/source-xampp-linux/docs/_includes/common/install-wordpress/step2.adoc[]

Step 3: Create an Editor Account and Start Blogging

Unresolved directive in <stdin> - include::/app/source-xampp-linux/docs/_includes/common/install-wordpress/step3.adoc[] == Learn More Unresolved directive in <stdin> - include::/app/source-xampp-linux/docs/_includes/common/install-wordpress/resources.adoc[]