wiki:InstallationGuidelines/PhantomJS

Version 3 (modified by Fran Boon, 10 years ago) ( diff )

--

Install PhantomJS

This is required for UserGuidelines/Admin/MapPrinting.

This is not avaialble in Debian Wheezy, but is in Debian SID (unstable) so we can use apt-pinning:

cat << EOF >> "/etc/apt/sources.list"
deb     http://http.debian.net/debian jessie      main
deb     http://http.debian.net/debian sid         main
EOF
cat << EOF > "/etc/apt/preferences.d/preferences"
Package: *
Pin: release a=stable
Pin-Priority: 700

Package: *
Pin: release a=testing
Pin-Priority: 650

Package: *
Pin: release a=unstable
Pin-Priority: 600
EOF
apt-get update
apt-get -yt testing install phantomjs

For Windows or Mac, can download the binary & place in the path:

Note: See TracWiki for help on using the wiki.