Install additional WordPress sites using wp-setup


Create additional WordPress installations on the fly using wp-setup. This function is available for any single instance AMIMOTO AMI. Please note, if you're running AMIMOTO (CloudFormation), JIN-KEI, or Simple Stack this will not work as expected.

Instructions

1. Force switch to root to reset password

sudo su 

2. Create password for root

sudo passwd Optional, only required on first use

3. Now switch to root using password

su -

4. WordPress Install Recipe (wp-setup)

wp-setup example.com 

This command will run an installation and setup at /var/www/vhosts/example.com . Replace example.com with your preferred domain name.

Note: For now, you'll need to run that command as root.