|
@@ -15,3 +15,9 @@ Instance creation :
|
15
|
15
|
Use the script in scripts/create_instance.sh
|
16
|
16
|
|
17
|
17
|
Usage : scripts/create_instance.sh instance_name instance_dir [lodel_libdir]
|
|
18
|
+
|
|
19
|
+Instance operations :
|
|
20
|
+ A Makefile is written to allow running most of operations. Existing targets are for the moment :
|
|
21
|
+
|
|
22
|
+ 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)
|