利用Bitnami一键式安装wordpress

发布时间 2023-06-24 17:05:29作者: Jason_huawen

How to install WordPress with just one click?

    1. Download WordPress from Bitnami

      You can download the WordPress installer for your platform from here: https://bitnami.com/stack/wordpress/installer

      Run this command to download from the terminal.

      $ sudo wget https://bitnami.com/redirect/to/1677647/bitnami-wordpress-5.8.1-0-linux-x64-installer.run

      Download WordPress from Terminal

    2. Change the permission of the WordPress installer file to execute

      Run this command to change the file permission on Linux.

      $ sudo chmod +x bitnami-wordpress-5.8.1-0-linux-x64-installer.run

      Change the permission of the wordpress installer to execute

 
    1. Run the WordPress installer

      Run the installer with ./ command.

      $ ./bitnami-wordpress-5.8.1-0-linux-x64-installer.run

      Select the Language and click Ok.

      Run the WordPress installer

    2. Initiate Bitnami WordPress set up wizard



      Initiate Bitnami WordPress set up wizard

 
 
    1. Select the components required to install WordPress

      Select all the components and click Next.

      Select WordPress installation components

    2. Select the WordPress installation path

      Select the WordPress installation path then click Next.

      Select the WordPress installation path

 
    1. Create a WordPress admin account


      Type account information then click Next.


      Create WordPress Admin Account

    2. Type your blog name

      Click Next.


      Type your blog name

 
 
  1. Set up a mail server if you want.

    Setting up a mail server is optional. You can set up a public or private mail server. We are going to skip this step in the demo.

    WordPress mail server set up

  2. Deploy WordPress in Bitnami cloud

    Check this box if you want to set up WordPress on Bitnami Cloud. We have unchecked the box as we don’t want to configure it on the Cloud.


    Deploy WordPress in Bitnami cloud