Hello,
Currently I have a GoDaddy Domain and corresponding Hosting Service. I was hoping that I could simply drop the hosting service and point the Domain/DNS over to a python provider like DigitalOcean. In GoDaddy’s DNS settings, it allows me to point my URL to an IP. When I create a droplet, does it get assigned an IP that I can simply tell GoDaddy to point to, or is it more complicated?
Thanks and regards,
Matthew Moisen
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!
Yes,
Your droplet will have a IPv4 address and a IPv6 address if you enable it.
You then point your A and AAAA records to the IPv4 / IPv6 addresses of your DO server.
Just install a webserver on port 80 ( apache for example ) and enable it through the server firewall. Then thats it.
For example: If you had Centos7…
su - (password) yum -y update yum -y install httpd php perl python etc… chkconfig httpd on service httpd start
cd /var/www/html
add your .html .php etc files here, Done…
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.