Easy install of PHP/MySQL/NGINX server on Linux

1

So I want to get my own server running but before I spend the money for one I want to make sure I can get the stuff I need installed.

Is there any packages for linux like there are for windows to easily install PHP/MySQL/NGINX?

PiMPDaDDY

Posted 2011-09-05T20:26:55.283

Reputation: 15

Answers

1

If you install Ubuntu Server, there's a script I use all the time when setting up web servers, it's the VladGh.com-LEMP on GitHub, the author is pretty good at keeping it up-to-date.

It installs the latest version of MySQL the Ubuntu servers have and builds the latest version of PHP and Nginx.

If you don't know much about Nginx the Nginx Wiki is a great place to get to know it better.

Nexerus

Posted 2011-09-05T20:26:55.283

Reputation: 798

So I pretty much just run the install.sh file and it does it all for me? I'll give this a shot and see how it goes. And thanks for the link to the wiki, going to read the config docs while it runs the install. Will accept if it works for me. – PiMPDaDDY – 2011-09-05T20:45:08.390

Hey hey hey! works like a charm! thanks again, for this and the other question! – PiMPDaDDY – 2011-09-05T20:59:19.537

No problem, happy to help :) – Nexerus – 2011-09-05T21:00:50.873