Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Roland Haroutiounian 3091533fd0 added tests for the migration_handler vor 8 Jahren
examples More tests on LeObject vor 8 Jahren
globconf.d Add tests for filtered queries + bugfixes vor 8 Jahren
install Bugfix in instance default config vor 8 Jahren
lodel Coorecting error by passing cls to query vor 8 Jahren
plugins Added connection arguments check vor 8 Jahren
scripts Added a first init_db command in scripts/admin vor 8 Jahren
tests added tests for the migration_handler vor 8 Jahren
.gitignore Updated the doxygen documentation vor 8 Jahren
Doxyfile Moved exceptions + LeUpdateQuery.__query implementation vor 8 Jahren
Makefile New webui plugin + create_instance.sh update vor 8 Jahren
README.txt README update with dependencies vor 8 Jahren
__init__.py Documentatio update vor 8 Jahren
em_test.py More tests on LeObject vor 8 Jahren
requirements.txt Changed the versions of pymongo and jinja2 from latest to the debian latest ones vor 8 Jahren
runtest correction import pymysql vor 8 Jahren
settings.ini Changes the loader in order to load settings_local.ini instead of versionned settings.ini vor 8 Jahren
settings.py correction import pymysql vor 8 Jahren

README.txt

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]