Install LAMP Stack in Linux Mint 17 Using Tasksel
Install LAMP Stack in Linux Mint 17 Using Tasksel
๐๐ผ๐๐ ๐๐ผ๐๐ฟ ๐๐ฒ๐ฏ๐๐ถ๐๐ฒ ๐ผ๐ป ๐๐ถ๐ด๐ถ๐๐ฎ๐น๐ข๐ฐ๐ฒ๐ฎ๐ป ๐๐น๐ผ๐๐ฑ ๐ฆ๐ฒ๐ฟ๐๐ฒ๐ฟ. ๐๐ฒ๐ $๐ญ๐ฌ๐ฌ ๐ฐ๐ฟ๐ฒ๐ฑ๐ถ๐ ๐ณ๐ผ๐ฟ ๐ฒ๐ฌ ๐ฑ๐ฎ๐๐.
๐ฃ๐ฟ๐ผ๐บ๐ผ๐น๐ถ๐ป๐ธ : https://m.do.co/c/cd37d259c74e
Follow these steps to install LAMP server/stack in Linux Mint :
1. Install Tasksel via terminal:
sudo apt-get install tasksel
2. Run the Taskel to install LAMP server :
sudo tasksel
3. In internet browser, go to the ip address to check A pache is working:
http://localhost/
4. To test PHP file, create a test.php file on the server:
sudo gedit /var/www/html/test.php
5. Write the test code in test.php file and save it ( Type syntax carefully)
6. Edit the apache2.conf file:
sudo gedit /etc/apache2/apache2.conf
7. Add the following line in apache2.conf file :
# include /etc/php5/apache.conf
8. Now restart the Apache Server again :
sudo service apache2 restart
9. Go to URL : http://localhost/test.php
10. Done
๐๐ผ๐๐ ๐๐ผ๐๐ฟ ๐๐ฒ๐ฏ๐๐ถ๐๐ฒ ๐ผ๐ป ๐๐ถ๐ด๐ถ๐๐ฎ๐น๐ข๐ฐ๐ฒ๐ฎ๐ป ๐๐น๐ผ๐๐ฑ ๐ฆ๐ฒ๐ฟ๐๐ฒ๐ฟ. ๐๐ฒ๐ $๐ญ๐ฌ๐ฌ ๐ฐ๐ฟ๐ฒ๐ฑ๐ถ๐ ๐ณ๐ผ๐ฟ ๐ฒ๐ฌ ๐ฑ๐ฎ๐๐.
๐ฃ๐ฟ๐ผ๐บ๐ผ๐น๐ถ๐ป๐ธ : https://m.do.co/c/cd37d259c74e
โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค
# Visit my blog for more updates โ http://linuxforever.info/
โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค
by linuxforever
linux web server