Web Hosting Talk







View Full Version : Is there a LNMP all-in-one installation script/guide?


jellday
06-03-2011, 02:43 AM
I am moving from shared hosting.

I bought a VPS from Linode, and made a CentOS distribution. I am wondering if there is a LNMP all-in-one installation package/script, to start with, helps me save alot of time.

MannDude
06-06-2011, 02:06 AM
http://www.webhostingtalk.com/showthread.php?t=981088

You're welcome :agree:

victor-t
06-06-2011, 02:23 AM
Check this tutorial out,
http://www.rockia.com/2010/05/how-to-set-up-lnmp-on-debian-ubuntu-or-centos

The scrip's official site is http://www.lnmp.org/index.html, but it's in Mandarin.

ericls
08-16-2011, 05:10 AM
head to lnmp.org

canar
08-17-2011, 12:55 PM
I also recommend the lnmp.org script, it's working good :agree:
There are no problems on installation with translated page:

http://translate.google.de/translate?hl=de&sl=zh-CN&tl=en&u=http%3A%2F%2Flnmp.org%2F

PulseCloud
09-12-2011, 04:47 PM
If you're willing to switch to a Debian based distro, Lowendbox.com has a nice script, it'll even automate a WordPress install whilst you're at it :)

iwod
09-16-2011, 03:09 PM
I used the script here

https://freevps.us/thread-1434.html

It is a two step process which i find it much easier to setup compare to Centmin. I *think* the two are very similar. Please correct me if i am wrong though.

popism
01-11-2012, 10:10 AM
anyone know how to run mysqltuner or tuning primer on lnpmp based lnmp.org??

kpmedia
01-11-2012, 10:37 AM
anyone know how to run mysqltuner or tuning primer on lnpmp based lnmp.org??
Just install it in shell. (Unless I'm missing something.)
https://github.com/rackerhacker/MySQLTuner-perl

popism
01-11-2012, 10:54 AM
i always got this error msg:
Unable to find mysqladmin in your $PATH. Is MySQL installed?

even tried to modified mysqltuner and change this line :

my $command = 'which mysqladmin';
to
my $command = 'which /usr/local/mysql/bin/mysqladmin';
but still not work.