|
@@ -3,6 +3,8 @@ Creating a Lodel "instance":
|
3
|
3
|
use the lodel_init.sh script :
|
4
|
4
|
lodel_init.sh INSTANCE_NAME INSTANCE_WANTED_PATH [LODEL2_LIB_PATH]
|
5
|
5
|
|
|
6
|
+When you have set the new instance settings ( by editing settings.py in instance directory ) you should be able to create the database structure + dynamic code by running make (without arguments) in the instance directory .
|
|
7
|
+
|
6
|
8
|
Once the instance is created you can run an interactive python interpreter using :
|
7
|
9
|
cd INSTANCE_PATH; python loader.py
|
8
|
10
|
|