In the previous post, we have shown the simplest way to install WordPress on Linux, Windows, and the most popular Cloud platform. In this post, we will show you the easiest way to deploy WordPress on VMWare Workstation.
Bitnami has published a WordPress Virtual Machine image that contains a minimal Linux operating system with WordPress installed and configured. All you need to have VM application such as VMWare Player, VMWare Workstation, Hyper-v, VMWare fusion, and VirtualBox.
Prerequisites to Deploy WordPress on VMWare Worksrun-windows-on-mac-for-freetation:
- A host machine to run VMWare Workstation.
- Hypervisors like VMWare tools, Hyper-v, or VirtualBox.
- VM Image of WordPress.
Step-By-Step Procedure to Deploy WordPress on VMWare Workstation;
Time needed: 5 minutes.
How To Deploy WordPress on VMWare Workstation?
- Download Bitnami WordPress Virtual MachineDownload Bitnami Virtual WordPress Machines from here.
https://bitnami.com/redirect/to/1699783/bitnami-wordpress-5.8.1-10-r03-linux-debian-10-x86_64-nami.ova - Open Bitnami WordPress Virtual Machine on VMWare WorkstationRight Click on the VM image file and select Open with VMWare Workstation.
Set the name and storage location for the VM. Click Import. - Import in progress.
- Configure the required system resources on VMWare WorkstationSet the required system resources such as processor, memory, and storage disk. If you don’t want to tweak the system resources, you can run with the default settings. Hit on the Play button on the VMWare Workstation.
- Power on Bitnami WordPress Virtual MachineThis is the first window you will see when you boot the VM on VMWare Workstation. Select the first option ‘DEBIAN GNU/Linux’ and hit the Enter key.
- Login Bitnami WordPress Virtual MachineThis is the first screen you will be great with. Login to the Bitnami WordPress Virtual Machine.
Default Username: bitnami
Default Password: bitnami - Change the password at the first loginRight after you log in, you will be asked to reset your default password with the password change prompt. Reset the default password.
- Obtain the WordPress username and passwordWordPress credentials are stored in a standalone file: /home/bitnami/bitnami_credentials
Run the following command to see your WordPress credentials:
$ sudo cat /home/bitnami/bitnami_credentials - Check the IP address of the VMUse this command to see the IP address of the VM.
$ sudo ifconfig - Access the WordPress login screenAccess the WordPress login screen and use the credentials obtained from the file: /home/bitnami/bitnami_credentials
Browse the IP address of the WordPress VM from another machine on the same network to browse the website.
http://192.168.0.109/
To login to the WordPress append ‘/wp-admin/‘ to the URL.
http://192.168.0.109/wp-admin/ - Login to WordPress
There are multiple ways to install WordPress. The method shown in this post is one of the easiest way to deploy WordPress on VMWare Workstation.