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.
Got it working by installing php-curl: apt-get install php7.0-curl
See: https://forum.pagelines.com/topic/40837-problem-with-updatesaccount-on-digital-ocean/
Hi, In my case i had php-curl installed on my apache server, but it wasn’t enabled. So i followed This guide . If you receive WARNING: Module curl ini file doesn’t exist under /etc/php/7.2/mods-available. Make sure you have installed php(your-version)-curl. For the above warning sudo apt-get install php7.2-curl .