Configuring PhantomJS for codeBeamer #885163/HEAD / v50 |
Tags:
not added yet
1.1Configuring PhantomJS for codeBeamerSome codeBeamer features (such as chart export) require the PhantomJS package We require at least 2.1.1 version of PhantomJS installed on your servers. 1.1.1WindowsOn Windows, PhantomJS is shipped with the default codeBeamer (7.8.1 or higher) distribution.
1.1.2LinuxOn Linux (and other Unix flavours), PhantomJS must be installed separately. It is strongly recommended to install it from your distribution using a package manager if possible.1.1.2.1Manual installation on Ubuntu 12.04 LTS and other LinuxesLogin to you server via SSH. Install PhantomJS from your distribution with the following command. This is required to make sure all dependencies are installed. $ sudo apt-get install phantomjs
o to the /usr/local/share directory cd /usr/local/share
Next download the PhantomJS binary distribution from here: http://phantomjs.org/download.html sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
Then extract this to /usr/local/share: sudo tar xvfj phantomjs-2.1.1-linux-x86_64.tar.bz2
Next create few symlinks to get this binary accessible everywhere: sudo ln -s /usr/local/share/phantomjs-2.1.1-linux-x86_64 /usr/local/share/phantomjs sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/share/phantomjs sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/bin/phantomjs sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/bin/phantomjs
Now install this dependency: sudo apt-get install fontconfig
Now you're done. Verify the installation: phantomjs --version
Should print out version like: 2.1.1 |
Fast Links
![]() codebeamer Overview codebeamer Knowledge Base Services by Intland Software |
This website stores cookies on your computer. These cookies are used to improve your browsing experience, constantly optimize the functionality and content of our website, and help us understand your interests and provide more personalized services to you, both on this website and through other media. With your permission, we and our partners may use precise geolocation data and identification through device scanning. You may click accept to consent to our and our partners’ processing as described above. Please be aware that some processing of your personal data may not require your consent, but you have a right to object to such processing. By using our website, you acknowledge this notice of our cookie practices. By accepting and continuing to browse this site, you agree to this use. Your preferences will apply to this website only.
Note that user-behavior analytics are being captured on this server to improve the Codebeamer user experience.