This is a assignment for rtcamp Linux/Server/Network Admin. This Script will install Nginx, MySQL-Server and PHP5 on your Ubuntu System and also configure latest Wordpress.
If you are running any other webserver apart Nginx. Then Please remove it.
sudo apt-get remove --purge <!Nginx||WebServerPackageName>
sudo apt-get autoremove
sudo apt-get autoclean
Mysql-server must not installed for old RTcamAssign2.sh
sudo apt-get remove --purge mysql-server
sudo apt-get autoremove
sudo apt-get autoclean
git https://github.com/vipullinux/rtcampAssignment.git #To clone the code
chmod +x RTcamAssign2.sh |$ chmod +x RTCAMP #Set Executable Permission
sudo ./RTcamAssign2.sh | $ sudo ./RTCAMP #To run the script
Ubuntu 14.04 (Trusty) Server. Testing Ubuntu Ubuntu 16.04 LTS Code name xenial Ubuntu 14.04 (Trusty) Desktop. Feel free to submitte the error !
-
Bipul Bipul kumar