Create a Container instance request for the WordPress image
myblog
, wordpress
, website
)Wait for the request to be accepted/denied
Start your instance
Click the link on the default VHost
You will be brought to a page to configure WordPress
Visit the instances list
Add a vhost via + VHost
For the host section, enter in a subdomain you wish to use:
<username>.netsoc.cloud
ocanty.netsoc.cloud
Use Port 80 with internal HTTPS turned off
Hit Confirm
Visit the domain to ensure everything is working correctly
Visit the instances list
Add a vhost via + VHost
Follow the instructions on what DNS records you need to set
On your domain registrar (i.e where you bought your domain from) you will need to set records
Enter your domain into the form
Use Port 80 with internal HTTPS turned off
Hit Confirm
Visit the domain to ensure everything is working correctly
<domain>/wp-admin
ocanty.netsoc.cloud/wp-admin
root
and the password you received via emailwp user update <username> --user_pass=MySuperSecretPassword --allow-root --path=/var/www/html
wp user update ocanty --user_pass=MySuperSecretPassword --allow-root --path=/var/www/html