Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Follow these steps to install LAMP environnement on debian.
  2.  
  3. -------------------------------------------------------------------------------------------------------
  4.  
  5. For apache : "apt-get install apache2"
  6.  
  7. To check : open mozilla and go to the url "http://localhost", if you see an apache page it's good
  8.  
  9. -------------------------------------------------------------------------------------------------------
  10.  
  11. For mysql : "apt-get install mysql-server mysql-client"
  12.  
  13. To check : type "mysql -V" in terminal and you normaly get a message with a version number.
  14.  
  15. -------------------------------------------------------------------------------------------------------
  16.  
  17. For php : "apt get-install php5"
  18.  
  19. To check : type "php -v" in terminal and you normaly get a message with a version number.
  20.  
  21. -------------------------------------------------------------------------------------------------------
  22.  
  23. For phpmyadmin : "apt-get install phpmyadmin"
  24.  
  25. To check : open mozilla and go to the url "http://localhost/phpmyadmin", if you see a page with phpmyadmin it's good
  26.  
  27. Feel free to like this video if you succeed, thanks ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement