Updated prepare.md with new phantomjs version (2.1.1)
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Added 1 commit:
-
20ab5c9d - Update phantomjs installation docs to use the
phantomjs-prebuilt
installer.
-
20ab5c9d - Update phantomjs installation docs to use the
Reassigned to @jacobvosmaer-gitlab
46 46 # This PPA contains an up-to-date version of Go 47 47 sudo apt-add-repository -y ppa:ubuntu-lxc/lxd-stable 48 48 sudo apt-get update 49 sudo apt-get install git postgresql postgresql-contrib libpq-dev phantomjs redis-server libicu-dev cmake g++ nodejs libkrb5-dev golang ed pkg-config 49 sudo apt-get install git postgresql postgresql-contrib libpq-dev redis-server libicu-dev cmake g++ nodejs libkrb5-dev golang ed pkg-config 50 npm install phantomjs-prebuilt -g Diff is hard to follow IMO.
Here I removed
phantomjs
from theaptitude
install command and moved it onto annpm
install command. Same on line 59
33 33 brew tap homebrew/versions 34 34 brew install git redis postgresql libiconv icu4c pkg-config cmake nodejs go openssl node npm 35 35 bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include 36 npm install phantomjs@1.9.8 -g 36 npm install phantomjs-prebuilt -g Added 1 commit:
-
1f96588e - Lock
phantomjs-prebuilt
@ v2.1.12 which will lock thephantomjs
binary to2.1.1
.
-
1f96588e - Lock
@lbennett but then I'd have two installations of phantomjs if I had a GDK for CE and EE.
@connorshea You also have two installations of GitLab
@lbennett that's unavoidable :)
mentioned in commit 7089e594
Please register or sign in to reply