Quantcast
Channel: Programming and Technology » MacPorts
Browsing all 9 articles
Browse latest View live

Apache 2 + MySQL 5 + PHP 5.3 + phpMyAdmin 3.5.4 installation script for Mac...

Based on the instructions provided by Gilles Fabio I’ve created a complete installation script to install Apache 2, MySQL 5, PHP 5.3 and phpMyAdmin 3.5.4 for Mac OS X using MacPorts. It’s important to...

View Article



MacPorts: Update port definitions and upgrade installed ports

View Article

Image may be NSFW.
Clik here to view.

Install and configure MongoDB and PHP driver with MacPorts

Installing and configuring MongoDB with MacPorts Installing MongoDB with MacPorts is as easy as running this command: $ sudo port install mongodb MongoDB uses /data/db as the default path for storing...

View Article

Using MacPorts php from command line

Some time ago I had installed Apache+MySQL using MacPorts in Mac OS X. It was all OK as long as I used the web browser to navigate thru the web pages, but as I runned PHP via CLI to execute Symfony2...

View Article

Useful Apache 2 and MySQL 5 service aliases for MacPorts

Those are some aliases I use to start, stop and restart Apache 2 and MySQL on my MacPorts installation done with the installation script I made some time ago. You have to edit “~/.bash_profile” file...

View Article


Install Doctrine2 with PEAR in MacPorts

Run those commands: sudo /opt/local/bin/pear channel-discover pear.doctrine-project.org sudo /opt/local/bin/pear channel-discover pear.symfony.com sudo /opt/local/bin/pear install -a...

View Article

Install and activate xdebug in MacPorts

First install php5-xdebug: sudo port install php5-xdebug Then just add these in your php.ini (probably /opt/local/etc/php5/php.ini), but first verify the file path for zend_extension option: ; NOTE:...

View Article

Fix “macports checking for Tcl configuration… configure: error: Can’t find...

View Article


Solve “mongodb cannot be built while v8 is active” in MacPorts

View Article

Browsing all 9 articles
Browse latest View live




Latest Images