During the MDS webinar on how to deploy WordPress on OCI using MDS (slides & video), I briefly explained how to deploy the full architecture on OCI using Resource Manager and Stacks.
The Stack for that architecture is now available on my github: https://github.com/lefred/oci-wordpress-mds/releases/tag/0.0.1
To deploy it, it’s very easy. In OCI’s Dashboard, go on “Resource Manager” and then choose “Stacks“:
![](https://i0.wp.com/lefred.be/wp-content/uploads/2020/09/terra01.png?resize=842%2C668&ssl=1)
Create a new stack and just drop the stack_wordpress_mds.zip :
![](https://i0.wp.com/lefred.be/wp-content/uploads/2020/09/Selection_148.png?resize=880%2C516&ssl=1)
On the next screen, just fill the required empty variables.
Then you only need to apply your stack:
![](https://i0.wp.com/lefred.be/wp-content/uploads/2020/09/Screenshot-from-2020-09-21-23-23-22.png?resize=1024%2C302&ssl=1)
After +/- 10 minutes everything is deployed and you can finish WordPress installation using the information returned in the logs of the stack job:
![](https://i0.wp.com/lefred.be/wp-content/uploads/2020/09/Selection_147.png?resize=786%2C296&ssl=1)
To join WordPress installation wizard, just point your browser to the value of wordpress_public_ip
.
And that’s it ! You have now a running WordPress deployed on OCI using MySQL Database Service as MySQL Backend !
If you want to see it in action: https://youtu.be/H2NOKdBkJZ4
Hi Fred, you stack link in Github is dead.
Hi !
Sorry, it was still on “private” 😉
Thank you for testing it.
Cheers,
No problem man . I’ll see if my company has some OCI credits to try it and let you know.
Thanks for sharing
No problem man . I’ll see if my company has some OCI credits to try it and let you know. Thanks for sharing
[…] Deploying WordPress on OCI with MySQL Database Service: the easy way ! […]