Forums Articles

HowTo: Install services on Linux

Subscribe to HowTo: Install services on Linux 3 post(s), 2 voice(s)

 
Avatar antonio Administrator 453 post(s)

This post is used to comment the article on how to install services on Linux that you can find at http://bitnami.org/article/how-to-install-services-on-linux

 
Avatar Mike Jarrett 1 post

How do you determine the versions of products (specifically, I’m looking for the php and mysql versions) that are installed in your LAMP stack?

 
Avatar antonio Administrator 453 post(s)

Hi Mike,

Open a new shell and go to your installation folder. Then type

. scripts/setenv.sh
apache2/bin/httpd -v
mysql/bin/mysqld—version
php/bin/php -v

to get the versions of the servers.

Cheers

Forums Articles