Bastien Sevajol (Algoo) před 9 roky
rodič
revize
4dbfc830cc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md Zobrazit soubor

153
     cd tracim && python setup.py develop && cd -
153
     cd tracim && python setup.py develop && cd -
154
     pip install -r install/requirements.txt
154
     pip install -r install/requirements.txt
155
 
155
 
156
-**Note**: If you want to use MySQL database, please refer to Documentation/database schema note to install required package.
156
+**Note**: If you want to use MySQL database, please refer to Configuration/database schema note to install required package.
157
 
157
 
158
 ## Database Setup ##
158
 ## Database Setup ##
159
 
159
 
279
 
279
 
280
     sqlalchemy.url = postgresql://tracimuser:tracimpassword@127.0.0.1:5432/tracimdb?client_encoding=utf8
280
     sqlalchemy.url = postgresql://tracimuser:tracimpassword@127.0.0.1:5432/tracimdb?client_encoding=utf8
281
 
281
 
282
-There is an example value for MySQL below (please refer to Documentation/database schema note to install required package):
282
+There is an example value for MySQL below (please refer to Configuration/database schema note to install required package):
283
 
283
 
284
     sqlalchemy.url = mysql+oursql://tracimuser:tracimpassword@127.0.0.1/tracimdb
284
     sqlalchemy.url = mysql+oursql://tracimuser:tracimpassword@127.0.0.1/tracimdb
285
 
285