0.8
Sorting media using crowdsourcing.   
User Manual
LIRIS

How To

User ManualHow To XML Files CML (job template) Antechamber Check Lists Tree View Trouble Shooting

Start

Before going any further, you should double check that everything specified in the different check lists provided here is set. From now, it will be assumed that it is the case.

CPS uses a Command-Line Interface (CLI). Therefore, you must be able to use the command-line of the computer hosting CPS (for example via ssh). First, you need do move to the cps direction, the one in which you can see the bin folder:

cd 'cps direction'
A list of the argument CPS accepts is given if you simply call it without any arguments:
$> java -cp 'bin/:lib/*' myShell.MainClass
You can also you use the classical one, --help:
$> java -cp 'bin/:lib/*' myShell.MainClass --help

Note: If you run a GNU/Linux or BSD based operating system (If you don't ... here's another reason why you should!), you can simply use "./cps.sh" instead of "java -cp 'bin/:lib/*' myShell.MainClass":

./cps.sh

Each time it is launched, no matter what the arguments are, CPS creates a log file in the data/log/ directory. You can check it to find more information in case CPS encounters a problem.

Checks

CPS provides several fonctions allowing different modules to be checked. You will find below a list of how to perform these checks and how they work. You should perform these tests in the order given below. Indeed, for instance, if --check config says there is a problem, it may be the cause of those you could encounter when asking for --check sql-db.

Splitsort!

All right, everything works fine and you have triple checked your check lists? Then it is time to talk business: in this part, you will see how to place your media along the axes you want.