Bastien Sevajol (Algoo) 9 년 전
부모
커밋
4dbfc830cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md 파일 보기

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