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

Update phantomjs installation docs to use the `phantomjs-prebuilt` installer.

parent 52bf70a4
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@2.1.1 -g
npm install phantomjs-prebuilt -g
```
 
### Ubuntu
Loading
Loading
@@ -46,7 +46,8 @@ sudo apt-get install software-properties-common python-software-properties
# This PPA contains an up-to-date version of Go
sudo apt-add-repository -y ppa:ubuntu-lxc/lxd-stable
sudo apt-get update
sudo apt-get install git postgresql postgresql-contrib libpq-dev phantomjs redis-server libicu-dev cmake g++ nodejs libkrb5-dev golang ed pkg-config
sudo apt-get install git postgresql postgresql-contrib libpq-dev redis-server libicu-dev cmake g++ nodejs libkrb5-dev golang ed pkg-config
npm install phantomjs-prebuilt -g
```
 
### Arch Linux
Loading
Loading
@@ -54,7 +55,8 @@ sudo apt-get install git postgresql postgresql-contrib libpq-dev phantomjs redis
Please read [the prerequisites for all platforms](#prerequisites-for-all-platforms).
 
```
pacman -S postgresql phantomjs redis postgresql-libs icu nodejs ed cmake openssh git go
pacman -S postgresql redis postgresql-libs icu nodejs ed cmake openssh git go
npm install phantomjs-prebuilt -g
```
 
### Debian
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