利用Bitnami一键式安装wordpress
How to install WordPress with just one click?
- 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 - 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
- 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. - Initiate Bitnami WordPress set up wizard
- Select the components required to install WordPress
Select all the components and click Next.
- Select the WordPress installation path
Select the WordPress installation path then click Next.
- Create a WordPress admin account
Type account information then click Next. - Type your blog name
Click Next.
- 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.
- 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.