coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: Coilworks on November 29, 2005, 01:21:10 PM

Title: Setting Up CPG in localhost
Post by: Coilworks on November 29, 2005, 01:21:10 PM
Hello,

i would like to set up Coppermine in my pc using my local server (no internet server, meaning offline) in order to set it up completely before i attempt to use it online. However, i do not know how to achive this as php and mySQL is needed. Would installing PHP and mySql to my localhost be sufficient to run coppermine? Are there things i should know beforehand?

Thanks in advance.
Title: Re: Setting Up CPG in localhost
Post by: Tranz on November 29, 2005, 01:28:27 PM
You would need to install php and mysql on your pc. There are some autoinstallers that will install the necessary server components for you. You will also need either apache or IIS. It might help to use the same setup as the eventual web host.
Title: Re: Setting Up CPG in localhost
Post by: kegobeer on November 29, 2005, 06:59:16 PM
Try a Google search for web server.  Review the Coppermine documentation prior to installation, and review the FAQ.  Links at the top of the page.
Title: Re: Setting Up CPG in localhost
Post by: artistsinhawaii on November 29, 2005, 08:23:16 PM
For newbies, I would suggest using Xampp.  It's pretty automatic and has all that you need to setup a coppermine installation.

search for XAMPP on the net.


Dennis


Title: Re: Setting Up CPG in localhost
Post by: donnoman on November 29, 2005, 09:26:42 PM
I've had good luck with WAMP as well.

http://www.wampserver.com/en/index.php

The newest version with mysql 5 though will probably give you problems with coppermine.  Making sure mysql5 is not in "strict" mode may help.

I would install one of the versions with mysql 4 if your primary use is coppermine at this point.
Title: Re: Setting Up CPG in localhost
Post by: Coilworks on December 01, 2005, 01:49:57 AM
Thanks everyone.