Install software 'PhantomJS' on galaxy server

How to install the ‘PhantomJs’ software on galaxy server. Is there any way to install the phantomJS command line tool ?

PhantomJS - http://phantomjs.org/api/command-line.html

I was just installing phantomJS on a PHP application (i.e. not Meteor or Galaxy), and I found out that the web host has me in a chrooted environment, without access to root libraries required by phantomJS, such as GLIB. I’d be curious to hear responses in this thread to find out if phantomJS can run on Galaxy and get access to GLIB.

1 Like

Phantomjs is preinstalled. Have a look at the galaxy docs http://galaxy-guide.meteor.com/base-image-packages.html There is also tons of other useful information there.

2 Likes

@tomsp Thank you so much for that info.