Page is a draft due to changes in included resources
You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Setup:Installation Guide/System Preparation/Linux/PhantomJS"
< Setup:Installation Guide | System Preparation | LinuxReturn to history page
← Setup:Installation Guide/System Preparation/Linux/PhantomJS
← Setup:Installation Guide/System Preparation/Linux/PhantomJS
[quality revision] | [quality revision] |
(translation EN) (Tag: 2017 source edit) |
(Tag: 2017 source edit) |
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. |
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[edit | edit source]
Go to the download page of PhantomJS and download the 64-bit version for Linux. Transfer the file to your server.
Installation[edit | edit source]
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[edit | edit source]
If you have completed all steps successfully, you can now continue with installing BlueSpice.
{{DISPLAYTITLE:Installing PhantomJS}} __TOC__ {{Template:ImportantPro|text=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.}} {{Template:Hint|text=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 [https://phantomjs.org/download.html 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 <code>tar xjf phantomjs-2.1.1-linux-x86_64.tar.bz2 </code>. In the unpacked folder <code>phantomjs-2.1.1-linux-x86_64 </code>, you will find another folder with the name <code>bin</code>. Within this folder is the file <code>phantomjs</code>. Copy this file into the <code>/usr/local/bin </code> folder. Then adjust the rights of the file: <pre>chown root.staff /usr/local/bin/phantomjs; \ chmod +x /usr/local/bin/phantomjs</pre> == Completing the system preparation == If you have completed all steps successfully, you can now continue with [[Setup: Installation Guide/Installing BlueSpice With_Installer | installing BlueSpice]]. [[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/PhantomJS]]
Line 17: | Line 17: | ||
== Completing the system preparation == | == Completing the system preparation == | ||
− | If you have completed all steps successfully, you can now continue with [[Setup: Installation Guide/ | + | If you have completed all steps successfully, you can now continue with [[Setup: Installation Guide/With_Installer | installing BlueSpice]]. |
[[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/PhantomJS]] | [[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/PhantomJS]] |