1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-04-11 04:29:57 +02:00
No description
Find a file
2016-06-16 10:42:56 +02:00
examples More tests on LeObject 2016-06-10 16:30:13 +02:00
globconf.d Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
install Bugfix in webui plugin 2016-06-15 17:18:35 +02:00
lodel Small bugfixes in leobject and validator 2016-06-15 16:37:11 +02:00
plugins Bugfix in leapi_dyncode import for migration handler 2016-06-16 10:42:56 +02:00
scripts Changed the init_db method in the admin module of the scripts package to use an editorial model as argument 2016-06-16 09:03:58 +02:00
tests Add tests for LeDeleteQuery Datasource calls 2016-06-16 10:41:48 +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 Moved exceptions + LeUpdateQuery.__query implementation 2016-06-10 11:27:52 +02:00
em_test.py More tests on LeObject 2016-06-10 16:30:13 +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 Test runner enhancement 2016-06-15 12:10:07 +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]