|
@@ -1,9 +1,6 @@
|
1
|
|
-Local configuration :
|
2
|
|
- First of all copy the settings.ini to settings_local.ini and replace values by correct path
|
3
|
|
-
|
4
|
1
|
Dependencies :
|
5
|
|
- with pip : see requierments.txt
|
6
|
|
- debian stable : python3 python3-lxml python3-jinja2 python3-werkzeug python3-pymongo doxygen graphviz
|
|
2
|
+ with pip : see requirements.txt
|
|
3
|
+ debian stable : python3 python3-lxml python3-jinja2 python3-werkzeug python3-pymongo doxygen graphviz uwsgi-plugin-python3 mongodb
|
7
|
4
|
|
8
|
5
|
Doxygen documentation generation :
|
9
|
6
|
doxygen
|
|
@@ -20,4 +17,5 @@ Instance operations :
|
20
|
17
|
A Makefile is written to allow running most of operations. Existing targets are for the moment :
|
21
|
18
|
|
22
|
19
|
make dyncode # Leapi dynamic code creation ( in leapi_dyncode.py in lodel2 instance root dir)
|
23
|
|
- make db_init # Call migration handlers to tell them to init all needed databases. (note : this target has dyncode as dependencie)
|
|
20
|
+ make init_db # Call migration handlers to tell them to init all needed databases. (note : this target has dyncode as dependencie)
|
|
21
|
+ make list_hooks # List all the hooks registered
|