Can't get gallery3 to find GhostScript

LoneProspector

Joined: 2014-07-18
Posts: 3
Posted: Mon, 2014-08-04 18:49

I am fairly adept at installing modules on these types of configurations (for instance, installing Parsoid on MediaWiki), but for some reason I can't get Gallery3 to find Ghostscript on my server. I have installed the program via unpacking it as well as the executable file. Could someone direct me to a tutorial or explain to me how to make Gallery3 find GhostScript? Thank you.

P.S. I put it in the bin folder... E:\bitnami2\gallery-3.0.9-3\apps\gallery\htdocs\bin

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Mon, 2014-08-04 20:35

Isn't it more of a server issue than a Gallery issue?
Have you tested getting other apps/sw to interact with GS?

Most of the docs I've seen on GS deal with various command line structures and whatnot. I'm thinking that you would write a script and call it from Gallery, as needed (or embed the script in Gallery code somewhere). If that's the case, how you call the script and how the script invokes GS would depend on your server setup, no?

I've never really dealt with GS directly, so I'm mostly just thinking out loud here.
Feel free to quietly ignore if I'm totally off base.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2014-08-04 21:43
Quote:
Could someone direct me to a tutorial or explain to me how to make Gallery3 find GhostScript?

Ghostscript is not installed on all Linux systems. To use Ghostscript without fully installing it, download a pre-compiled version (http://www.ghostscript.com/download/gsdnld.html). Then, rename the binary file to "gs" and put it in Gallery's "bin" directory (e.g. "/gallery3/bin"), where Gallery will auto-detect it.

Quote:
E:\bitnami2\gallery-3.0.9-3\apps\gallery\htdocs\bin

MMM windows is not officially supported.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Mon, 2014-08-04 22:09

Oh. (lol)