FXpansion - UK based music software developers - makers of BFD3, Geist2, Strobe2 and Cypher2. Last Mac OS X-exclusive version, until version 6.0. Table of versions: Safari 3.x Minor version WebKit version Operating System Release date Features 3.0 522.11 Mac OS X v10.4: June 11, 2007 Public beta. Initial release at the Apple Worldwide Developers Conference. Version for Mac OS.
Ballistic calculator for Mac OS X. It appears to be free. Swarovski 'Simple, accurate and practical'. An online program. Tioga Ballistic Program DOS ballistics program from Tioga Engineering, Pennsylvania. You can contact them at P.O. Box 913, Wellsboro, PA, 16901, (505) 724. Based on Gentoo Linux, Pentoo is provided both as 32 and 64 bit livecd. It features packet injection patched wifi drivers, GPGPU cracking software, and lots of tools for penetration testing.
The Pentaho BA Server software, data files, and examples are stored in pre-packaged .war and .zip files. These files need to be manually placed into the correct directories.
Download the following installation and plug-in files from the Pentaho Customer Support Portal in the manual build folder.
Component | Zip File |
---|---|
BA Server Installation File | biserver-manual-ee-5.3.0-dist.zip |
Dashboard Designer Plugin | pdd-plugin-ee-5.3.0-dist.zip |
Interactive Reporting Plugin | pir-plugin-ee-5.3.0-dist.zip |
Mobile Plugin | pentaho-mobile-plugin-5.3.0-dist.zip |
Pentaho Analyzer Plugin | paz-plugin-ee-5.3.0-dist.zip |
If you are unpacking the file in a non-graphical environment, open a Terminal or Command Prompt and type java -jar installer.jar -console and follow the instructions presented in the window.
File | Unzip the Contents of the File to This Directory |
---|---|
license-installer.zip | pentaho/server |
pentaho-data.zip | pentaho/server/biserver-ee |
pentaho-solutions.zip | pentaho/server/biserver-ee |
File | Copy Files to This Directory |
---|---|
pentaho.war |
|
pentaho-style.war |
|
PentahoBIPlatform_OSS_Licenses.html | pentaho/server/biserver-ee |
Do the following for each of the plugin files.
If you are unpacking the file in a non-graphical environment, open a Terminal or Command Prompt and type java -jar installer.jar -console and follow the instructions presented in the window.
Verify that the files have been placed in the following places by comparing the following directory structure with yours.
If your web application server is not in the pentahoserverbiserver-ee directory, the pentaho.war and pentaho-style.war files should appear where you've chosen to install your web application server.
Tomcat File Locations:
JBoss File Locations:
Set the PENTAHO_JAVA_HOME and PENTAHO_INSTALLED_LICENSE_PATH environment variables. If you do not set these variables, Pentaho will not start correctly.
If you are using a JRE, set the JRE_HOME home environment variable as well.
Complete the instructions in this section only if you have a headless node or if you plan to install on a Mac OS.
There are two headless server scenarios that require special procedures on Linux and Solaris systems. One is for a system that has no video card; the other is for a system that has a video card, but does not have an X server installed. In some situations -- particularly if your server doesn't have a video card -- you will have to perform both procedures to properly generate reports with the BA Server.
Systems without video cards
The java.awt.headless option enables systems without video output and/or human input hardware to execute operations that require them. To set this application server option when the BA Server starts, you will need to modify the startup scripts for either the BA Server, or your Java application server. You do not need to do this now, but you will near the end of these instruction when you perform the Start BA Server step. For now, add the following item to the list of CATALINA_OPTS parameters: -Djava.awt.headless=true.
The entire line should look something like this:
If you intend to create a BA Server service control script, you must add this parameter to that script's CATALINA_OPTS line.
If you do not have an X server installed, you must also follow the below instructions.
Systems without X11
To generate charts, the Pentaho Reporting engine requires functionality found in X11. If you are unwilling or unable to install an X server, you can install the xvfb package instead. xvfb provides X11 framebuffer emulation, which performs all graphical operations in memory instead of sending them to the screen.
Use your operating system's package manager to properly install xvfb.
If you plan to install the software on a Mac OS, and you choose to use PostgreSQL, you need to increase the amount of memory that the Mac OS allocates for PostgreSQL. You can skip these instructions if you plan to install the software on Windows or Linux.
PostgreSQL is the name of the default database that contains audit, schedule and other data that you create. PostgreSQL starts successfully only if your computer has allocated enough memory. Go to http://www.postgresql.org/docs/devel/static/kernel-resources.html and follow the instructions there on how to adjust the memory settings on your computer.