Advice Needed for First-Time Server Deployment

0
12
Asked By TechyNinja42 On

I'm working on building a website using Laravel for a large real estate client. Until now, I've only used shared hosting, but they want this new site to run on a dedicated server. I don't have much experience with servers, so I'm seeking advice on what type of server would be best (like VPS or cloud) along with recommended specifications. The server needs to support around 500 concurrent users, so any provider suggestions would also be appreciated!

4 Answers

Answered By CloudGenius55 On

Managed hosting is the way to go, unless you want to hire a sysadmin. This can turn into a disaster if you're not experienced with server management!

Answered By DevOpsEnthusiast99 On

You might want to consider using Docker for packaging and deploying your app. But be prepared to learn about server configuration, security permissions, CI/CD setup, and all that fun stuff. If you’re not ready for that, it might be better to advise your client to hire someone experienced or consider a managed solution.

Answered By VirtualVenturer78 On

You should think about using services like GCP's Cloud Run or Azure App Service. They take care of the server specs and maintenance, so you can focus on development instead!

Answered By HostingHero87 On

Since you're doing this for a client, I'd recommend going with a managed server. It'll save you a lot of headaches when it comes to maintenance and updates.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.