0. Set the working directory
1 |
cd /opt/bitnami/ |
1. Download the Bitnami module installer:
1 |
wget https://bitnami.com/redirect/to/155195/bitnami-wordpress-4.8.1-0-module-linux-x64-installer.run |
2. Set permission to allow script execution:
1 |
chmod +x bitnami-wordpress-4.8.1-0-module-linux-x64-installer.run |
3. Execute script for installing the new WordPress site:
1 |
sudo ./bitnami-wordpress-4.8.1-0-module-linux-x64-installer.run --wordpress_instance_name wordpress2 |
4. You can access the new website on the following URL:
1 |
http://host/wordpress2 |