coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: f33dback on March 10, 2005, 10:21:30 PM

Title: Super noob
Post by: f33dback on March 10, 2005, 10:21:30 PM
I am installing this coppermine for a college and tyey only use iis, I had no issues getting it to work on my host linux box but I am perplexed by iis and the other modules.
Is there a step by step guide somewhere?
Title: Re: Super noob
Post by: kegobeer on March 10, 2005, 10:48:16 PM
Are you looking for a guide on how to set up and administer an IIS box?  We don't have that.  Installation of Coppermine is the same for any web server.  You must set permissions of certain folders/files, be it CHMOD or a Windows permission setting.
Title: Re: Super noob
Post by: f33dback on March 10, 2005, 11:22:50 PM
Well IIS seems simple enough, andI feel I set the perms right, but when I try to run install.php it pops up "do you want to save this file" or "open with" lik I was downloading a file.
Title: Re: Super noob
Post by: Tranz on March 11, 2005, 12:59:46 AM
Are you sure the server supports php?
Title: Re: Super noob
Post by: f33dback on March 11, 2005, 11:21:33 PM
Quote from: TranzNDance on March 11, 2005, 12:59:46 AM
Are you sure the server supports php?

I think that's the issue, I have now (to date) followed 4 different installation guides for a manual install of php and I have used to exe install package.
I can not get the little test <? php
                                             phpinfo();
                                              ?>
snippet of code to do anything so I am assuming that means php is not working.
Title: Re: Super noob
Post by: kegobeer on March 12, 2005, 01:13:49 AM
If you want to install php on IIS, follow the manual php installation steps on www.php.net.

http://www.php.net/manual/en/install.windows.manual.php
http://www.php.net/manual/en/install.windows.iis.php

Make sure to follow all the instructions.
Title: Re: Super noob
Post by: Joachim Müller on March 12, 2005, 10:34:30 AM
If your server is meant to be available for the public (i.e. accessible on the internet) or a large LAN, I strongly advice you get some experienced webserver admin help: setting up a webserver to run in the first place can be hard enough, setting it up securely enough so it won't break by the first script kiddie's attack is yet another thing. I'm only giving this advice as a friendly posting, my intention is not to scare away a newbie: unexperienced people shouldn't run a webserver publicly (I know what I'm talking about ;)).

Joachim
Title: Re: Super noob
Post by: f33dback on March 14, 2005, 09:30:18 PM
Quote from: kegobeer on March 12, 2005, 01:13:49 AM
If you want to install php on IIS, follow the manual php installation steps on www.php.net.

http://www.php.net/manual/en/install.windows.manual.php
http://www.php.net/manual/en/install.windows.iis.php

Make sure to follow all the instructions.


That was one the 4 I tried, it did not work, however I was able to find another install guide that did.(so php works now)
I guess this guy was as frustrated as me and wrote one =)
Thanks for the help guys now I off to install mysql and imagemagick.
Wish me luck.
Title: Re: Super noob
Post by: Joachim Müller on March 15, 2005, 06:31:14 AM
You won't need ImageMagick, as GD usually comes with PHP. Setting up ImageMagick can be a pain on Windows.

Joachim
Title: Re: Super noob
Post by: f33dback on March 16, 2005, 09:49:44 PM
Quote from: GauGau on March 15, 2005, 06:31:14 AM
You won't need ImageMagick, as GD usually comes with PHP. Setting up ImageMagick can be a pain on Windows.

Joachim

Actually imagemagick was the eaiest part, I wanted to post to say this is solved I have it working now.
I also thought I would add that most of my problems were misplaced files or permission issues.
It took me about 4 days to figure everything out as I have never used IIS, PHP, or mysql. ---> here is the tutorial that got me going on php.
http://www.faqts.com/knowledge_base/view.phtml/aid/28265
Lots of good stuff on the root of that URL.
Phew....thanks for the help here guys =)
Title: Re: Super noob
Post by: Tranz on March 16, 2005, 10:08:41 PM
Thank you for sharing the link so others may benefit.