Tuesday 29 March 2005 11:50:35 pm
For those who want to install and run EZ Publish on Mac OS X, a quick and dirty HOWTO: Tested on Mac OS X 10.3.8 with PostgreSQL 8.0
- download the ezpublish-3.5.1.tar.bz2 (or newest version)
- StuffIt Expander will expand it
- In goal to speed up by a factor four, you should change the DocumentRoot in /etc/httpd/httpd.conf to a new folder at the root (/www for example)
In fact, i follow the tip from this forum and it works great :)
- and :
sudo mkdir /www
sudo cp -R ezpublish-3.5.1/* /www sudo chown -R www:www /www
- Download all the required packages from entropy.ch
At least, PHP and (pgsql or mysql), there is a ImageMagick package but i have not test it yet.
For pgsql, my HOWTO in the entropy.ch forum solve the "Function digest(character varying)" problem
- Follow all setup instructions from entropy.ch for your selected packages
- Test all of them
- If all ok, go to http://127.0.0.1/index.php and create the demo - Enjoy ! I have made a SQL file that cleans the database in case of trouble during installation or reinstallation.
|