This is simple README for engine
Author: Maciej Zawadzki
Mail:	maciej.zawadzki@pwr.edu.pl

This execution engine is an intermediate layer between services and the outsite engine.

prerequisite:
software:
	+ python 2.7.3
	+ cherrypy 3.2.2
	+ apache 2.2 
	+ mod_wsgi 3.3

hardware:
	+ nfs
	+ minimum 2 GB RAM
	+ minimum 2 Core CPU
	+ one network card

1. INSTALLATION
	A. Full instalation (with apache server and mod wsgi)

	1. Create directory on nfs for files	
	2. Create directory for your engine for example /var/engine/
	3. Copy there apache.wsgi, config.ini, engine.py, eutils.py
	4. Correct the paths to nfs in config.ini
	5. Copy engine.conf to /etc/apache2/sites-avaible/ and correct the paths
	6. Create symlink from /etc/apache2/sites-avaible/engine.conf to /etc/apache2/sites-enable/engine.conf
	7. Reload apache server and you are ready to go!

	B. Quick start (without apache server and mod wsgi)
	!This configuration is only good for quick testing!

	1. Create directory on nfs for files	
	2. Create directory for your engine for example /var/engine/
	3. Copy there apache.wsgi, config.ini, engine.py, eutils.py, run_engine.py
	4. Correct the paths to nfs in config.ini
	5. Run server in console with run_engine.py 


