how to use zenphoto with WAMP
|
|
I installed WAMP, then copy zenphoto (a simple php gallery) to appz folder, but it was saying “Not Found The files are there, any advises? thank you! should I enable the zenphoto folder manually? |
|
|
Hi uriel, It is necessary to configure Apache and MySQL to run zenphoto. The basic configuration is to create this schema: 1. Copy the zenphoto application files into apps/zenphoto/htdocs 2. Create this file apps/zenphoto/conf/zenphoto.conf
3. Create a database for zenphoto.
4. Configure the apps/zenphoto/htdocs/zp-config.php file according to the database creation parameters. 5. Include this line at the end of apache2/conf/httpd.conf
6. Restart BitNami from Start -> Program Files -> BitNami WAMPStack -> BitNami WAMPStack service -> Stop/Start And you should access to the zenphoto installation at http://127.0.0.1/zenphoto/setup.php I hope it helps you |
|
|
great answer, I wil try it, thank you! |
