1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-08-20 02:32:23 +02:00
No description
Find a file
2016-06-29 15:38:36 +02:00
doc/img Forgotten doxygen files 2016-06-16 15:01:15 +02:00
examples Bugfix on group activation (in EmClasses all fields were always actives) 2016-06-29 15:03:51 +02:00
globconf.d Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
install Bugfix on EM groups handling (now we have to set actives groups in settings) 2016-06-29 14:35:12 +02:00
lodel Bugfixes on model and for test fixing 2016-06-29 15:38:36 +02:00
plugins Add listing files 2016-06-29 15:18:14 +02:00
scripts Bugfix in scripts/admin.py 2016-06-16 17:25:32 +02:00
tests Bugfix on group activation (in EmClasses all fields were always actives) 2016-06-29 15:03:51 +02:00
.gitignore Updated the doxygen documentation 2016-01-27 16:58:55 +01:00
Doxyfile Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py 2016-06-16 15:57:13 +02:00
em_test.py Bugfix on group activation (in EmClasses all fields were always actives) 2016-06-29 15:03:51 +02:00
Makefile New webui plugin + create_instance.sh update 2016-05-18 16:12:40 +02:00
README.txt README.txt updated 2016-06-24 16:35:36 +02:00
requirements.txt Updated the requirements file 2016-06-23 14:46:10 +02:00
runtest Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery 2016-06-16 10:57: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

Dependencies :
	with pip : see requirements.txt
	debian stable : python3 python3-lxml python3-jinja2 python3-werkzeug python3-pymongo doxygen graphviz uwsgi-plugin-python3 mongodb

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]

Instance operations :
	A Makefile is written to allow running most of operations. Existing targets are for the moment :

	make dyncode # Leapi dynamic code creation ( in leapi_dyncode.py in lodel2 instance root dir)
	make init_db # Call migration handlers to tell them to init all needed databases. (note : this target has dyncode as dependencie)
    make list_hooks # List all the hooks registered