View Single Post
  #1  
Old 9th July 2012, 08:54
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Question Help to Install Apache/PHP/MySQL/phpMyAdmin on Snow Leopard
How to Install Apache/PHP/MySQL/phpMyAdmin on Snow Leopard

Does anyone know how to install the above on a MAC?

I know I could just install a MAMP but the ones available are outdated :(

On Linux it's just a case of using apt-get like below and then altering acouple of files.

Quote:
apt-get install mysql-server mysql-client
apt-get install apache2
apt-get install php5 libapache2-mod-php5
apt-get install php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache memcached php5-mhash php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-json
apt-get install phpmyadmin
Is there anything like this for MAC or is there another way of doing it?
Reply With Quote