forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 install => Topic started by: mourikvj on December 07, 2014, 02:29:57 pm

Title: Synology server
Post by: mourikvj on December 07, 2014, 02:29:57 pm
Has somebody Coppermine installed on a Synology server?
I use a DS 210 with DSM 5.1.
Where and how do I install Imagemagick or GD?

Best regards,

Johnny
Title: Re: Synology server
Post by: allvip on December 08, 2014, 03:35:17 am
I think your talking about this: https://www.synology.com/en-global/ (https://www.synology.com/en-global/)
They know what can work or not on their server. I don't have time to read. Is a sever you want to buy or a hosting provider?
Anyway, you can always contact them and give them the coppermine website link: http://coppermine-gallery.net/.

At the begining of the page are the Requirements:

02: Web Server + PHP + MySQL + IM/GD = CPG!

Coppermine Photo Gallery has been tested to work well on IIS, Apache 1.3.24 onwards to the latest Apache 2, on Linux, UNIX, OSX, and Win32 systems. The following settings are required:

    Good webserver (Apache recommended);
    PHP (4.2.0 or better);
    MySQL (3.23.23 or better; 4.x recommended);
    either GD or ImageMagick (any version);

As you can see coppermine recommends Apache and that was tested even on Linux, Unix, OSX, Windows.

Also ask them even about memory limit, if they allow .htaccess (you will need it for image hotlinking), to edit php.ini, install dynamic scripts like coppermine, drupal, wordpress etc.

If you download php from http://php.net/ (http://php.net/) you will see that GD2 is part of php. Is in the extension folder (ext/php_gd2.dll ) and you enable it by removing ; from extension=php_gd2.dll in php.ini.
Title: Re: Synology server
Post by: mourikvj on December 08, 2014, 12:01:16 pm
Problem solved.
It only works with DG, not with imagemagick!

Thanks,

Johnny
Title: Re: Synology server
Post by: allvip on December 08, 2014, 06:53:48 pm
My mistake.

Read here about GD:

http://stackoverflow.com/questions/5936792/does-the-gd2-extension-come-with-php (http://stackoverflow.com/questions/5936792/does-the-gd2-extension-come-with-php)

about GD on php.net: http://php.net/manual/en/image.installation.php (http://php.net/manual/en/image.installation.php)