Tutorial First things to do after getting a VPS (Debian 8) part 1

luckyhemanth

Member
Jun 6, 2017
33
82
37
1) Install Linux, Apache, MySQL, PHP & phpmyadmin (LAMP)
2)Install SSL Certificates.
3)Clearing cache

NOW CLEAR EXPLANATION:
1)apt-get install sudo
2)sudo aptitude update
3)sudo aptitude safe-upgrade
4)sudo aptitude install apache2 apache2-doc
5)sudo aptitude install mysql-server php5-mysql
i)sudo mysql_secure_installation
"steps ii , iii are not commands"
ii)Change the root password? [Y/n] n
iii)Remove anonymous users? [Y/n] y
6)sudo aptitude install php5-common libapache2-mod-php5 php5-cli
7)sudo service apache2 restart
8)sudo apt-get install mcrypt
9)sudo systemctl restart apache2
10)sudo apt-get install phpmyadmin

this is the instalation tutorial of LAMP in debian 8.
Instalation of free ssl certificates will be provided in tutorial part 2

If u like my tutorial please hit like button..... thanq
 
Top