Changes between Version 3 and Version 4 of setup_development_workstation_mac
- Timestamp:
- May 11, 2011, 7:26:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup_development_workstation_mac
v3 v4 5 5 == Installing PHP, Apache, and MySQL == 6 6 7 PHP and Apache should be already installed. You can check your version of PHP and Apache with the following two, separate commands in a Terminal window (Applications > Utilities > Terminal) :7 PHP and Apache should be already installed. You can check your version of PHP and Apache with the following two, separate commands in a Terminal window (Applications > Utilities > Terminal). Hopefully you're running php5. If not, you'll need to install it: http://php.net/downloads.php: 8 8 9 9 {{{ … … 11 11 }}} 12 12 13 Hopefully you're running php5. If not, you'll need to install it: http://php.net/downloads.php 13 If you receive any errors or are unable to complete the following commands, then you may need to install Apache from Unix source into /Library/Apache2: http://httpd.apache.org/download.cgi#apache22 14 14 15 15 {{{ … … 17 17 httpd -v 18 18 }}} 19 20 If you are unable to complete the commands above, then you may need to install Apache from Unix source into /Library/Apache2: http://httpd.apache.org/download.cgi#apache2221 19 22 20 It's unlikely that your mac has mysql installed already, so you need to download the latest version from here: http://dev.mysql.com/downloads/mysql. Download and run the mysql-5.5.xxx-xxx.pkg file, which will automatically install to /usr/local. To put a control in your system preferences pane and start mysql, in the .dmg file, run MySQL.prefPane by double-clicking. Start mysql and also ensure that mysql always starts on boot.