Skip to content

Instantly share code, notes, and snippets.

@emaildano
Last active June 4, 2017 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emaildano/2dfcea1862643a6761b4cf4b3d33cbc9 to your computer and use it in GitHub Desktop.
Save emaildano/2dfcea1862643a6761b4cf4b3d33cbc9 to your computer and use it in GitHub Desktop.
AMIMOTO AMI – Install additional WordPress sites

AMIMOTO AMI – Install additional WordPress sites

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 example.com

This command will run an installtion and setup at /var/www/vhosts/example.com

5. After Running wp-setup

Using wp-setup will set up files/folders as nginx:nginx. Run AMIMOTO Users Permissions again to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment