1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-12-03 17:26:54 +01:00
No description
Find a file
Yann d9399bc64d MongoDB datasource enhancement
- Enables connections saving & auto cleaning
- Preparing possibility to declare a datasource as read only
2016-06-09 14:11:34 +02:00
examples More tests & debug on multi datasource queries + em_test update 2016-06-07 17:34:26 +02:00
globconf.d Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
install Test editorial model updated to use two different datasources 2016-06-07 14:24:16 +02:00
lodel Rewriting CRUD methods of datasources 2016-06-09 11:33:39 +02:00
plugins MongoDB datasource enhancement 2016-06-09 14:11:34 +02:00
scripts Revert (fixed) 2016-06-08 14:54:06 +02:00
tests Fixing tests according to query new behaviour 2016-06-09 10:00:43 +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 More tests & debug on multi datasource queries + em_test update 2016-06-07 17:34:26 +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]