1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 17:39:16 +01:00
No description
Find a file
2016-05-27 11:19:03 +02:00
examples Updated lequery.py to use targe_class datasource and not taking it as arguement of execute methods 2016-05-27 10:58:41 +02:00
globconf.d Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
install Introducing a datasource attribute by em_class 2016-05-27 10:49:17 +02:00
lodel Implemented the emfield_del method in the migration handler 2016-05-27 11:19:03 +02:00
plugins Progress in datasource as plugin implementation 2016-05-25 16:00:34 +02:00
scripts Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
tests Updated lequery.py to use targe_class datasource and not taking it as arguement of execute methods 2016-05-27 10:58:41 +02:00
.gitignore Updated the doxygen documentation 2016-01-27 16:58:55 +01:00
__init__.py Documentatio update 2016-04-21 11:59:35 +02:00
Doxyfile Add Doxyfile form doxygen generation 2016-03-24 16:24:41 +01:00
em_test.py Bugfix in utility script 2016-05-25 10:37:39 +02:00
Makefile New webui plugin + create_instance.sh update 2016-05-18 16:12:40 +02:00
README.txt README update with dependencies 2016-05-18 14:50:21 +02:00
requirements.txt Changed the versions of pymongo and jinja2 from latest to the debian latest ones 2016-05-18 17:41:13 +02:00
runtest correction import pymysql 2016-04-07 10:16:29 +02:00
settings.ini Changes the loader in order to load settings_local.ini instead of versionned settings.ini 2016-04-12 09:54:04 +02:00
settings.py correction import pymysql 2016-04-07 10:16:29 +02:00

Local configuration :
	First of all copy the settings.ini to settings_local.ini and replace values by correct path

Dependencies :
	with pip : see requierments.txt
	debian stable : python3 python3-lxml python3-jinja2 python3-werkzeug python3-pymongo doxygen graphviz

Doxygen documentation generation :
	doxygen

Dynamic code generation :
	python3 scripts/refreshdyn.py examples/em_test.pickle OUTPUTFILE.py

Instance creation :
	Use the script in scripts/create_instance.sh

	Usage : scripts/create_instance.sh instance_name instance_dir [lodel_libdir]