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!
There are some extra steps you don’t need and some missing steps.
drush site-install standard --db-url=‘mysql://user:pass@localhost/db_name’ --site-name=your_site_name
In my.cnf: [mysqld] max_allowed_packet=16M
In php.ini: memory_limit = 128M
I will be really glad if you post another tutorial using NGINX instead of APACHE.
Hi Greg,
After logging out of Mysql I navigated to /var/www and tried to execute the drush command but it came back with an error -bash: drush: command not found. What can I do to move forward?
@Arvind: Try logging out and logging back in, does that fix it? Did you follow Step 1?
@Dan: You do not need to run the commands through sudo if you are running them as root (which is the default for a new droplet).
If you’re logged in as a regular user, just prefix the commands with "sudo " :]
after command: pear install drush/drush PHP Fatal error: Cannot use string offset as an array in /usr/share/php/PEAR/REST/10.php on line 352 How I fix it