By pjbellme
Hi Peeps!,
I’m currently building an application running off the Laravel 5 Framework.
My development environment is as follows:
My Question(s) is/are:
When making these deployments how can I configure individual databases within Digital Ocean?
Can I host multiple sites on the same server?
Any proposed data structures for organizing multiple projects on Digital Ocean.
NOTE: I must admit I have a bit of OCD when it comes to structure ;) Any suggestions and guidance would be very much appreciated!
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!
When making these deployments how can I configure individual databases within Digital Ocean?
You can create new databases using the ‘mysql’ command line interface with CREATE DATABASE dbname; or by using a GUI like phpmyadmin.
Can I host multiple sites on the same server?
Absolutely.
Any proposed data structures for organizing multiple projects on Digital Ocean.
You will want to create a new virtualhost for each project/site with a separate MySQL database for each as well.
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.