Answer the question
In order to leave comments, you need to log in
How to properly install and configure LAMP on Ubuntu 17.04?
I am an Ubuntu 17.04 user. I want to learn PHP, and immediately ran into a problem - I can't install and configure LAMP. Please tell me how to do it correctly. All the manuals that I find on the Internet do not inspire confidence in me, and those that seem sane suggest installing older versions of software, such as PHP5 (or are they using the fifth version now?). Please explain how to properly configure LAMP, or at least give a link.
Answer the question
In order to leave comments, you need to log in
Why don't you like the OD article?
https://www.digitalocean.com/community/tutorials/l...
open the terminal and let's go:
1) sudo apt-get install lamp-server^
2) sudo apt-get install phpmyadmin
3) sudo gedit /etc/apache2/apache2.conf
4) sudo service apache2 restart
and learn
at localhost the local site will be available
sudo apt-get install vagrant virtualbox git
git clone https://github.com/scotch-io/scotch-box ~/my-project
cd ~/my-project
vagrant up
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question