浏览代码

Merge branch 'fix/_/install_doc_frontend'

Adrien Panay 8 年前
父节点
当前提交
d046311c80
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7 5
      README.md

+ 7 - 5
README.md 查看文件

117
 
117
 
118
 You also need `redis-server` package if you want to send email in async mode.
118
 You also need `redis-server` package if you want to send email in async mode.
119
 
119
 
120
-### Frontend dependencies ###
120
+## Frontend ##
121
 
121
 
122
 [//]: # ( from https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
122
 [//]: # ( from https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
123
 
123
 
130
 
130
 
131
     npm -v
131
     npm -v
132
 
132
 
133
-Then install frontend dependancies:
134
-
135
-    npm install
136
-
137
 ## Database ##
133
 ## Database ##
138
 
134
 
139
 If you want use PostgreSQL as database engine:
135
 If you want use PostgreSQL as database engine:
159
 
155
 
160
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
156
 *Note: Now everything is documented to be executed from the tracim directory newly created.*
161
 
157
 
158
+### Frontend dependencies ###
159
+
160
+To install frontend dependencies listed in the file package.json, proceed as follow:
161
+
162
+    npm install
163
+
162
 ### Setting-up python virtualenv ###
164
 ### Setting-up python virtualenv ###
163
 
165
 
164
 _Reminder : Tracim is developed and tested using python3.4._
166
 _Reminder : Tracim is developed and tested using python3.4._