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.
Yann Weber 3adad7bb02 Now plugins can check EM and invalidate activation vor 8 Jahren
examples Documentin Plugin + update pickle file example vor 8 Jahren
globconf.d Add tests for filtered queries + bugfixes vor 8 Jahren
install Now plugins can check EM and invalidate activation vor 8 Jahren
lodel Now plugins can check EM and invalidate activation vor 8 Jahren
plugins Now plugins can check EM and invalidate activation vor 8 Jahren
scripts create_instance script update vor 8 Jahren
tests Bugfix in xmfile translator tests (path problem) vor 8 Jahren
.gitignore Updated the doxygen documentation vor 8 Jahren
Doxyfile Add Doxyfile form doxygen generation 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 Bugfix in utility script 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]