Skip to content
Snippets Groups Projects
Commit 52bf70a4 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Updated prepare.md with new phantomjs version (2.1.1)

parent 01a0de7b
No related branches found
No related tags found
1 merge request!182Updated prepare.md with new phantomjs version (2.1.1)
Loading
Loading
@@ -33,7 +33,7 @@ brew tap homebrew/dupes
brew tap homebrew/versions
brew install git redis postgresql libiconv icu4c pkg-config cmake nodejs go openssl node npm
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
npm install phantomjs@1.9.8 -g
npm install phantomjs@2.1.1 -g
```
 
### Ubuntu
Loading
Loading
@@ -71,7 +71,7 @@ compiler as well: `sudo apt-get install golang`.
You need to install phantomjs manually:
 
```
PHANTOM_JS="phantomjs-1.9.8-linux-x86_64"
PHANTOM_JS="phantomjs-2.1.1-linux-x86_64"
cd ~
wget https://bitbucket.org/ariya/phantomjs/downloads/$PHANTOM_JS.tar.bz2
tar -xvjf $PHANTOM_JS.tar.bz2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment