Getting started with apache2 php5 and mysql5 in ubuntu

These are the set of scripts I executed in ubuntu to install the ff:
1.) apache2
2.) php5
3.) mysql5

>sudo apt-get install apache2 //installs in /etc/apache2
>sudo apt-get install php5 //installs in /etc/php5
>sudo apt-get install libapache2-mod-php5 php5-curl
>sudo apt-get mysql-server //installs in /etc/mysql
>sudo apt-get install php5-mysql //install mysql and mysqli
>sudo service apache2 restart

0 Comments

Post a Comment

Post a Comment (0)

Previous Post Next Post
NERV Open Source

Building production Spring Boot systems?

Explore NERV — open-source Java libraries for audit trails, persistence, exception handling, and reliable event-driven architecture.

Explore NERV on GitHub →