Skip to content

Instantly share code, notes, and snippets.

@savelee
Created February 16, 2016 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savelee/a38043706673f9774b73 to your computer and use it in GitHub Desktop.
Save savelee/a38043706673f9774b73 to your computer and use it in GitHub Desktop.
Install cURL on Digital Ocean
1. ssh root@<ip>
2. First Install CURL by typing sudo apt-get install curl
3. Then Restart Apache by typing sudo service apache2 restart
4. Then Install PHP5 CURL by typing sudo apt-get install php5-curl
will prompt to install... type y or yes!
5. Then Restart Apache by typing sudo service apache2 restart Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment