how can I install Wordpress on nginx after setting up my LEMP server on Ubuntu
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @hidingtealcrab
If the LEMP stack is completed all you need is to download WordPress and configure the Nginx virtual host and then finish the installation. You can follow the step from the article bellow
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-20-04
WordPress is also available as a one-click install application through our marketplace
https://marketplace.digitalocean.com/apps/wordpress
Hope that this helps!
Hi @hidingtealcrab,
There is a tutorial by DigitalOcean that would help you in the matter:
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-20-04
In this tutorial, you’ll focus on getting an instance of WordPress set up on a LEMP stack (Linux, Nginx, MySQL, and PHP) for an Ubuntu server.
Check it out and let me know if you have any questions on it.
This comment has been deleted