Hi,
I used MacPorts shell to download and install WordPress:
port install wordpress
It went just fine:
---> Computing dependencies for libxml2 ---> Fetching libxml2 ---> Attempting to fetch libxml2-2.7.5.tar.gz from http://arn.se.distfiles.macports.org/libxml2 ---> Verifying checksum(s) for libxml2 ---> Extracting libxml2 ---> Configuring libxml2 ---> Building libxml2 ---> Staging libxml2 into destroot ---> Deactivating libxml2 @2.7.4_0 ---> Computing dependencies for libxml2 ---> Installing libxml2 @2.7.5_0 ---> Activating libxml2 @2.7.5_0 ---> Cleaning libxml2 ---> Computing dependencies for wordpress ---> Fetching php5-web ---> Verifying checksum(s) for php5-web ---> Extracting php5-web ---> Configuring php5-web ---> Building php5-web ---> Staging php5-web into destroot ---> Installing php5-web @5.3.0_0 ---> Activating php5-web @5.3.0_0 ---> Cleaning php5-web ---> Fetching wordpress ---> Attempting to fetch wordpress-2.8.4.tar.gz from http://arn.se.distfiles.macports.org/wordpress ---> Verifying checksum(s) for wordpress ---> Extracting wordpress ---> Configuring wordpress ---> Building wordpress ---> Staging wordpress into destroot ---> Installing wordpress @2.8.4_0 ---> Activating wordpress @2.8.4_0 ---> Cleaning wordpress
But where did the files actually go? How can I trace that path? Having tons of WP stuff on my drive doesn't make it any easier.
Thanks.