This is great. Is there a clear “next steps” resource for taking this DDEV Drupal site and deploying it on a droplet or other DO service?
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!
Hey Michael!
One straightforward way is to use the OpenLiteSpeed Drupal 1-Click Droplet from the DigitalOcean Marketplace:
https://marketplace.digitalocean.com/apps/openlitespeed-drupal
It sets up a server with Drupal, PHP, MariaDB, and everything else ready to go. That way, you don’t have to configure everything from scratch. Just create the Droplet, log in over SSH, and follow the setup instructions it gives you the first time you connect. It also helps with setting up HTTPS if you’ve got a domain.
If you’d rather do it all manually or want a bit more control, you can spin up a regular Ubuntu droplet, install your stack (PHP, Nginx or Apache, MySQL), and then copy over your Drupal files and database from your DDEV project:
https://www.digitalocean.com/community/tutorials/how-to-install-lamp-stack-on-ubuntu
You can use ddev export-db
to get a database dump and rsync
or scp
to move your files.
Good luck with your project!
- Bobby
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.