1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-08-06 12:28:37 +02:00

README.md + install/Makefile update

This commit is contained in:
Yann 2016-01-06 11:32:14 +01:00
commit 06a86af67f
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@ Creating a Lodel "instance":
use the lodel_init.sh script :
lodel_init.sh INSTANCE_NAME INSTANCE_WANTED_PATH [LODEL2_LIB_PATH]
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 .
Once the instance is created you can run an interactive python interpreter using :
cd INSTANCE_PATH; python loader.py

View file

@ -1,4 +1,4 @@
all:
all: refreshdyn dbinit
refreshdyn:
python -c "import utils; utils.refreshdyn()"