1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-21 05:09:16 +01:00
No description
Find a file
2016-06-15 10:49:29 +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 instance default config 2016-06-09 15:00:41 +02:00
lodel self.__namein delete 2016-06-15 10:17:03 +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 Modify conf path 2016-06-15 10:49:29 +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 New version of tests 2016-06-15 10:13:19 +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]