1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-04-17 14:39:58 +02:00
No description
Find a file
Yann 22dbedf781 Test runner enhancement
Now it support -v and -f options (kind of dirty support for the moment...)
2016-06-15 12:10:07 +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 Test runner enhancement 2016-06-15 12:10:07 +02:00
lodel Bugfixes in query, in the execute method 2016-06-15 12:01:33 +02:00
plugins Split of the connect function to create a connection function that return a MongoClient object 2016-06-10 17:20:30 +02:00
scripts Added a first init_db command in scripts/admin 2016-06-10 16:01:49 +02:00
tests New way to run test via loader & conf 2016-06-15 12:01:11 +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]