Installing LAMP (tested for Ubuntu)

1.) Open the Terminal(command prompt).
2.) run the following:
sudo apt-get install lamp-server^
(Sources: 1.)

Can anyone tell me how can i use lamp after installing it?

2 comments:

  1. Default path for apache configuration file: /etc/apache2/apache2.conf
    If you want to work on joomla, elgg or such the equivalent directory of www/ or htdocs/ is /var/www/

    ReplyDelete
  2. To restart Apache:
    sudo /etc/init.d/apache2 restart

    ReplyDelete