Usually the PhantomJS binary is installed as /usr/local/bin/phantomjs. You can achieve this using the following shell commands (run these as root):
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
tar xf phantomjs-2.1.1-linux-x86_64.tar.bz2
mv phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
The first two commands may not be necessary in your case, since you already downloaded and unpacked the archive. Just move or copy the extracted binary in phantomjs-2.1.1-linux-x86_64/bin/phantomjs to the desired location (here I'm assuming /usr/local/bin/phantomjs).
↧
Administration - Installation - Core: Re: Re (2): PDF Creation bugging in ILIAS 6
↧