I
I
Ivan Shumakov2017-09-28 17:26:01
PHP
Ivan Shumakov, 2017-09-28 17:26:01

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

4 answer(s)
S
Sergej, 2017-09-28
@ivanshumakov

Why don't you like the OD article?
https://www.digitalocean.com/community/tutorials/l...

A
A person from Kazakhstan, 2017-09-28
@LenovoId

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 restartand learn
at localhost the local site will be available

A
Adamos, 2017-09-28
@Adamos

sudo apt-get install vagrant virtualbox git
git clone https://github.com/scotch-io/scotch-box ~/my-project
cd ~/my-project
vagrant up

S
Sanes, 2017-09-28
@Sanes

Read about mpm-itk or mod_ruid2. Do not even look at what is described in the crooked Digitaocean guides.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question