New to DigitalOcean. I want to create a development / staging server for my Saas app before launch. I need to work on it remotely. How should I do that?
Using Linux, Laravel, MySqL, JS.
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.
This is ridiculous. Site moderators didn’t even know what a staging server is.
Ok, I think what I need is to create a subdomain.
Hi @vincej,
Firstly, you’ll need to create a droplet with a LAMP stack - Apache,MySql,PHP. You can use the following article to achieve that :
Once you have it, you should be able to use a program like Visual Studio Code alongside SSHFS to connect remotely to your laravel project and develop it.
Regards, KDSys
I need to impliment a sub domain.