Hi All New to this kind of platform, used to developing apps locally! Im setting up our WP Devs to use VSCode server to keep things all in one place and reduce the risk of data breaches. Ive got my first VSCode server setup and running and I can login and view / use the editor. Great! Im running that on sub.domain.com, but what URL would I use to view the wordpress site running? Editing code is one thing, but need to see the site. Thanks
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.
Hi there,
In order to be able to access your WordPress website you would need to configure your web server and PHP installations.
You need to make sure that you have followed this tutorial here:
Once you have Apache and PHP and MySQL up and running, you should be able to access your WordPress site as normal via the domain name that you’ve specified in the Apache Virtual Host.
Let me know how it goes and if you have any specific questions!
- Bobby
Heya,
In order to see your website, you’ll need to have a WebService like Apache or Nginx.
I’ll recommend Apache as it works easier with WordPress. You can check the following article on how to do that:
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-22-04-with-a-lamp-stack
Give it a try and let me know how it goes.
Heya, @b31f4b8dd56841b89a8cd51932c7cd
You can spin up a WordPress droplet using our marketplace image (https://www.digitalocean.com/community/tutorials/how-to-use-the-wordpress-one-click-install) or manually configure a LAMP/LEMP droplet by following one of these tutorials and then access the WordPress site using the subdomain as desired.
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-22-04-with-a-lamp-stack
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-22-04
Regards