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