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:
parent
c3bfb07246
commit
06a86af67f
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
all:
|
||||
all: refreshdyn dbinit
|
||||
|
||||
refreshdyn:
|
||||
python -c "import utils; utils.refreshdyn()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue