Browse Source

README.md + install/Makefile update

Yann Weber 9 years ago
parent
commit
06a86af67f
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      README.md
  2. 1
    1
      install/Makefile

+ 2
- 0
README.md View File

@@ -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
 

+ 1
- 1
install/Makefile View File

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

Loading…
Cancel
Save