Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 85d11c0376 Nice exceptions for settings validation fails hace 9 años
examples First version of lodel2 instance creation script hace 9 años
globconf.d Add some utility function + addition in query.py hace 9 años
install First version of lodel2 instance creation script hace 9 años
lodel Nice exceptions for settings validation fails hace 9 años
plugins/dummy First version of lodel2 instance creation script hace 9 años
scripts Documentatio update hace 9 años
templates Changed the url in the test template hace 9 años
tests Add Save of Settings, EM translator in xml hace 9 años
.gitignore Updated the doxygen documentation hace 9 años
Doxyfile Add Doxyfile form doxygen generation hace 9 años
Makefile Updated comments (and deleting space between ## and @brief ) hace 9 años
README.txt README update with dependencies hace 9 años
__init__.py Documentatio update hace 9 años
em_test.py First version of lodel2 instance creation script hace 9 años
requirements.txt Add some utility function + addition in query.py hace 9 años
run.py Bug Fix on the session timestamping management hace 9 años
runtest correction import pymysql hace 9 años
settings.ini Changes the loader in order to load settings_local.ini instead of versionned settings.ini hace 9 años
settings.py correction import pymysql hace 9 años

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]