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. It has one single option (--noClassifier) that enables to skip installation of the classifier (however it cannot be done later). 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). If not explicitly skipped, it will also download and install Matlab CR as well a set of classifiers for a total weight of more than one Gb. After the installation start OpenAXES using the WebLab Platform Launcher: ./openaxes.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: ./openaxes.sh stop If you want to process new data, you have to put video files in the data/toIndex folder. The metadata could be provided aside. The folder data/toIndex-sample contains some video samples with associated metadata that can be used as bootstrap samples. Know issues at https://jira.ow2.org/issues/?jql=project%20%3D%20OPENAXES%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC