The materials needed are:
PHP, MySQL and Apache
Clicking this link (video) that can show how to install php, mysql and apache or following the next steps:
- Type 'sudo apt-get install mysql-server mysql-client;'
- Type 'y' when appears the question to install;
- Note: you have type password to user root.
- After the installation is finished, type 'sudo apt-get install php5' (in my case, apache was selected to install automatically)
- Type 'y' when appears the question to install;
- To check out if the web server apache is working, go to any browser and type 'http://localhost' in address bar;
- If web server apache is not working, type 'sudo apt-get install apache2'
- Type 'y' to install apache2 web server;
- Congratulations, you finished the installation with success!
No comments:
Post a Comment