Download Plugged.in LAMP installer for CentOS 6.x

DO you ever wanted to set-up a testing server with
- Apache virtual config, logs, paths setted,
- MySQL server with password set,
- FTP Server (Vsftpd),
- PHP and PhpMyAdmin installed & configured on your server or VPS in seconds?

If you answer “yes” to the question, you are in the right place, what does this script do in basic:

- Installs http, PHP, MySQL, phpMyAdmin, rpmforge repo and other related packages
- Sets apache configs, mod_deflate, virtual hosts, create user, cgi-bin directory
- Sets time with ntpdate, disables iptables & selinux, mysql password and
- Updates the system

What is needed?
- A clean minimal install of CentOS/Redhat 6.X

How can I download the script?

wget http://www.plugged.in/downloads/plugged.sh


How to use the script?

chmod 755 plugged.sh
./plugged.sh -u username -p password -d domain.com
You can reach phpMyAdmin by typing domain.com/phpMyAdmin/ If you have suggestions or requests please write down!
  • 95 Users Found This Useful
Was this answer helpful?

Related Articles

Setting time with NTP in LINUX

NTP (Network Time Protocol) could be used to set time synced with ntp clocks, to do this use the...

Linux version & Operating System info

LINUX Version Info To learn the architecture and kernel version info use the shell command...

Build PHP5.5 on CentOS 6.4 with MSSQL Support [cite]

Most of the yum repos doesn’t include PHP5.5.X on current releases for the time being. So...

Change Outgoing IP of Postfix Mail Server

This can get quite important when your mail server is blacklisted, or if you somehow want to...

Add New Hosting to a System Installed With Plugged.sh

If you use our LAMP installer script and want to add a new domain afterwards, we’ve created...