Browse Source

minor fixes

Damien ACCORSI 10 years ago
parent
commit
9267616f8b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md View File

124
 Get the sources from Bitbucket:
124
 Get the sources from Bitbucket:
125
 
125
 
126
     git clone https://bitbucket.org/lebouquetin/tracim.git
126
     git clone https://bitbucket.org/lebouquetin/tracim.git
127
+    cd tracim/
127
 
128
 
128
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
129
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
129
 
130
 
131
+
130
 ### Setting-up python virtualenv ###
132
 ### Setting-up python virtualenv ###
131
 
133
 
132
 _Reminder : Tracim is developped and tested using python3._
134
 _Reminder : Tracim is developped and tested using python3._
180
 
182
 
181
     ./bin/pgtool create_user tracimuser tracimpassword
183
     ./bin/pgtool create_user tracimuser tracimpassword
182
     ./bin/pgtool create_database tracimdb
184
     ./bin/pgtool create_database tracimdb
183
-    ./bin/pgtool grant_all_priviles tracimdb tracimuser
185
+    ./bin/pgtool grant_all_privileges tracimdb tracimuser
184
 
186
 
185
 Notes :
187
 Notes :
186
 
188