When a user signs up with a paid account, I need to be able to create a subdomain and subdirectory for that domain automatically. I already know how to create a subdomain following these two tutorials: https://www.digitalocean.com/docs/networking/dns/how-to/add-subdomain/ https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04
but I need to make this process automatic so I’m not doing it manually for each customer. Is there a way to do this in DigitalOcean? I’m using Apache, PHP(Laravel), MySQL, and react.js as my stack.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Everything can be done by command line.
I read a bit more on how to do this and I suppose I can do everything from the command line. With Laravel, I can execute command line prompts and for settings that needs to be configured in the DO control panel, I can use Doctl from DO as well.