This is the Open AXES package for Linux 64 Debian/Ubuntu based. Prerequisites: - Some free ports, at least 80, 1099, 8099, 8181, 8282, 27017 and 61616. - A quite powerful computer with 1GB of drive, at least 4GB of RAM and more than 2 CPU. - A user which is allowed to use the sudo command, some package will have to be installed. - An Internet access in order to install the missing packages. In order to install OpenAXES on your system: 1) Unzip the package on your system. 2) Run the install using the install.sh script. This script should be run by the normal system user. During the installation you will have to confirm several steps, especially during the installation of the JDK, as well as authorise some installation parts as a super user (. It will install various libraries that are needed like (not exhaustive): - apache2 - python and a lot of python modules - an Oracle JDK 7. It will also link certain folders and give read-write-execute access to others. A specific version of FFmpeg is also installed locally (it will not overwrite any previously installed FFmpeg). It will download and install a Matlab Compiler Runtime as well as specific classifier which in total weight something like one Gb. After the installation start OpenAXES using the WebLab Platform Launcher: ./weblab.sh start You can then access OpenAXES locally on http://localhost/axesresearch using the login 'axes' and password 'axes'. You can stop OpenAXES using the command: ./weblab.sh stop If you want to process new data, you have to put video files in the data/toIndex folder. Know issues (https://jira.ow2.org/browse/OPENAXES-80): - When opening the page http://localhost/axesresearch, if an error 500 occurs, it is often because the log file is not writeable for www user. Run a chmod 777 -R on axes-research-0.7.5/logs. - When login to the page http://localhost/axesresearch, if a Python error occurs, it is often because of a writing error on some internal database. Run chmod 777 -R on data/gui and data/mongo.