Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Forumrox I’m newbie with linux and cmd line as well, but as I learn something new every day I also gain more confidence working with “penguin os” :) Just take it easy, search for some article on ubuntu commands and let that be your first step :) After that you’ll be able to follow tutorials on DO. I’ll get my first droplet in few days, for now I was working with virtual environments via Vagrant just so I prepare :) Anyway, best luck with your droplet ;)
Hello there, you seem a lot stressed. <br>First of all calm down. <br>My suggestion is, since you are familiar with Hostgator which uses cPanel an easy way to setup everything is to purchase cPanel from a re-seller. cPanel will install everything for you in no time. You can see here how to install cPanel on CentOS here. <br>https://www.digitalocean.com/community/articles/how-to-install-cpanel-on-a-virtual-server-running-centos-6
Hello Marinos, <br> <br>Thank you for the post. It has just been a rough week health and work wise… <br>Not having CPanel is okay with me. The functionality will still be the same, minus the GUI correct? <br> <br>I did some more reading and I believe I have to setup my website in this order. Please advise? <br> <br>1) https://www.digitalocean.com/community/articles/initial-server-setup-with-ubuntu-14-04 (Server setup/roles) <br> <br>2) https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-14-04 (LEMP) <br> <br>3) https://www.digitalocean.com/community/articles/how-to-install-wordpress-with-nginx-on-ubuntu-14-04 (Wordpress) <br> <br>Questions: <br>a) Am I missing anything? PHPMyAdmin, firewalls, NGinx running before Apache (do I even need apache?) <br>b) Firewall? <br>c) FTP <br> <br>Last but not least - my main frustration is how to implement the commands. When a tutorial says to “create this conf file”… where do I go and what do I type to do that? <br>**************************** <br>Example:) Open a new file called info.php within your document root in your text editor: <br> <br>sudo nano /usr/share/nginx/html/info.php <br>****************************** <br> <br>I have no idea how to do that.