Revision as of 16:51, 21 December 2021 by Margit Link-Rodrigue (talk | contribs) (Created page with "{{DISPLAYTITLE:Installing PhantomJS}} __TOC__ {{Messagebox|boxtype=note|Note text=PhantomJS is a so-called headless browser that can render screenshots of web pages. This is r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Note:PhantomJS is a so-called headless browser that can render screenshots of web pages. This is required for the web page preview in Advanced Search and the Recent Changes Overview in your BlueSpice installation. These are functionalities of BlueSpice pro. For this purpose, the steps listed here are required.
Important!In this documentation, we use PhantomJS version 2.1.1. This is just an example of the latest version that you can download at the time of installation.

Download

Go to the download page of PhantomJS and download the 64-bit version for Linux. Transfer the file to your server.

Installation

Unpack the downloaded bz2 archive on the server with the command tar xjf phantomjs-2.1.1-linux-x86_64.tar.bz2 . In the unpacked folder phantomjs-2.1.1-linux-x86_64 , you will find another folder with the name bin. Within this folder is the file phantomjs. Copy this file into the /usr/local/bin folder. Then adjust the rights of the file:

chown root.staff /usr/local/bin/phantomjs; \
chmod +x /usr/local/bin/phantomjs

Completing the system preparation

If you have completed all steps successfully, you can now continue with installing BlueSpice.



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions