install_lamp_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| install_lamp_server [2018/12/07 13:53] – admin | install_lamp_server [2018/12/07 16:31] (current) – admin | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Quit the DB and your done installing MySql. | Quit the DB and your done installing MySql. | ||
| - | Next we are going to install PHP. | + | Next we are going to install PHP and APACHE. |
| * apt install php7.0 php7.0-mysql | * apt install php7.0 php7.0-mysql | ||
| Line 24: | Line 24: | ||
| <?php phpinfo(); ?> | <?php phpinfo(); ?> | ||
| - | go to your browser and test the server by enter it's ip-address or if you are on a local machine with localhost. It should display the PHP Version information. If not check all the steps to make sure your PHP installation went through. | + | go to your browser and test the server by enter it's ip-address or if you are on a local machine with localhost. It should display the PHP Version information. If not check all the steps to make sure your PHP installation went through. |
| + | Now make you installation secure. | ||
| + | * mysql_secure_installation | ||
| + | |||
| + | Follow the instructions on the screen and set what you need to have. | ||
| + | |||
| + | You now have a working LAMP server on Debian 9. | ||
| \\ | \\ | ||
install_lamp_server.1544187192.txt.gz · Last modified: 2018/12/07 13:53 by admin
