1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-21 08:39:03 +02:00
No description
Find a file
2016-08-17 17:23:37 +02:00
doc/img Add autyhentication/session flowcharts 2016-08-10 11:10:33 +02:00
examples Bugfixe in leobject 2016-07-21 14:33:02 +02:00
globconf.d Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
install Updated instance admin script and Makefile to be able to run plugins discover + webui upgrade 2016-08-17 15:20:58 +02:00
lodel Added unit tests for the Regex datahandler 2016-08-17 17:23:37 +02:00
plugins Upgrade filesystem_session plugin to fit with new plugin handdling 2016-08-17 15:48:50 +02:00
scripts Multiple bugfixes + create_instance.sh script update 2016-06-30 11:18:33 +02:00
tests Bugfixe in leobject 2016-07-21 14:33:02 +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 Changed confspec to include Auth specs + em_test modifications 2016-07-07 16:35:28 +02:00
Makefile New webui plugin + create_instance.sh update 2016-05-18 16:12:40 +02:00
README.txt Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-07-06 14:10:42 +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 uwsgi-plugin-python3 mongodbd

Doxygen documentation generation :
	dependencies: doxypy doxygen graphviz
	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

Instance loader uppdate :
	If the install/loader.py is updated you can update instance's loader.py using
		scripts/create_instance.sh -u INSTANCE_PATH