
Modules Instructions

compass
  include the code which run the compass

compass.common.response.dispatcher*
  include the code which will run on dispatcher server's side
compass.test.test_*dispatcherserver
  test the above code that will run on dispatcher server

example
  include the example code whice will call the compass


Makefile introduce
  make test
    test all the code in compass/test with no parameter
  make clean
    clean all the file that run and test create
  make setup
    create the storage for compass

 Run introducation
 1, modify the compass/common/config.py, make DB_FILE's foler path is right
