Page 1 of 1
Installation question
Posted: 2014-01-05T01:38:42-07:00
by Soundlover
Hello,
I downloaded it from here and followed the instructions to install it on Linux. It installed without any errors and all tests passed.
My question is if I can delete the folder that was extracted from the download I got from here?
I put it in /home and its name is: ImageMagick-6.8.8-1
Thank you.
Re: Installation question
Posted: 2014-01-05T01:47:58-07:00
by viky
Why not test it yourself? Just rename the folder and run the IM — if application starts without any problems, you can safely delete folder. Otherwise, rename it back.
Re: Installation question
Posted: 2014-01-05T01:50:34-07:00
by Soundlover
Thank you but how can I run it? Its on a server running CentOS with cpanel.
Re: Installation question
Posted: 2014-01-05T02:27:53-07:00
by viky
Soundlover wrote:Thank you but how can I run it? Its on a server running CentOS with cpanel.
Sorry Soundlover, but I cannot help you, because I'm a Windows user and my knowledge of Linux is limited. Anyway, I think you can run it using command line by connecting to server via SSH (for example, using Putty). Something like:
Code: Select all
/usr/local/specify/your/im/path/to/convert -version
ps. Very strange that you are able to install an application, but you cannot run it

Re: Installation question
Posted: 2014-01-05T02:38:13-07:00
by Bonzo
Thank you but how can I run it? Its on a server running CentOS with cpanel.
I run mine with php.
I am a windows user the same as Vicky and run mine with the command line on my localhost; I belive there is a similar option on Linux but I have no idea how it works. You will have to ask Google.
Re: Installation question
Posted: 2014-01-05T02:40:30-07:00
by Soundlover
I ran: convert -version
And shows that its installed and the version. But it does not show the path where its installed.
I checked some folders but found nothing.
Re: Installation question
Posted: 2014-01-05T02:46:25-07:00
by Bonzo
Try:
type convert
or
which convert
Re: Installation question
Posted: 2014-01-05T07:26:47-07:00
by Soundlover
I deleted the folder, then checked and its still installed.
