Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to PhantomJS v2? #3

Closed
jaimeiniesta opened this issue Apr 30, 2015 · 2 comments
Closed

Update to PhantomJS v2? #3

jaimeiniesta opened this issue Apr 30, 2015 · 2 comments
Assignees

Comments

@jaimeiniesta
Copy link

Hello, I'm using the PhantomJS snippet, but it installs the 1.9.0 version.

The latest release of PhantomJS is 2.0.0. I would like to use this on our servers because it's able to deal with SNI based SSL.

How can I get 2.0.0 installed?

@pkallberg
Copy link
Contributor

Hi Jaime,

Thanks for raising this. I had a look at the PhantomJS website, and they are still preparing the binary packages for this latest version - in the meantime they recommend building from source. Based on their recommendation, these are the commands (though there are also some prerequisites):

git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 2.0
./build.sh

You can read more about doing this in their documentation, and please let me know if you'd like any help creating a deploy hook from those commands.

@pkallberg
Copy link
Contributor

Closing this for now, please let us know if you need help setting it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants