1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 03:29:03 +01:00
No description
Find a file
2016-07-01 15:23:15 +02:00
doc/img Forgotten doxygen files 2016-06-16 15:01:15 +02:00
examples A lot of small bugfixes 2016-06-30 17:43:49 +02:00
globconf.d Add tests for filtered queries + bugfixes 2016-05-25 12:23:41 +02:00
install Multiple bugfixes + create_instance.sh script update 2016-06-30 11:18:33 +02:00
lodel A lot of small bugfixes 2016-06-30 17:43:49 +02:00
plugins Forgotten file 2016-07-01 15:23:15 +02:00
scripts Multiple bugfixes + create_instance.sh script update 2016-06-30 11:18:33 +02:00
tests A lot of small bugfixes 2016-06-30 17:43:49 +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 Bugfixes on EmGroups handling 2016-06-30 09:26:17 +02:00
Makefile New webui plugin + create_instance.sh update 2016-05-18 16:12:40 +02:00
README.txt Update README.txt + forgotten file plugins/webui/run.py 2016-06-30 11:22:33 +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

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