瀏覽代碼

Documents only one way to run Tracim in readme

Adrien Panay 6 年之前
父節點
當前提交
7ee0ebd93a
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0 15
      README.md

+ 0 - 15
README.md 查看文件

@@ -188,21 +188,6 @@ While developing, the following command may be more convenient:
188 188
 
189 189
     gearbox serve --reload --debug
190 190
 
191
-## Running the standalone server ##
192
-
193
-Now you can run the standalone server:
194
-
195
-    ./bin/run.sh
196
-
197
-Which should result in something like this:
198
-
199
-    13:53:49,982 INFO  [gearbox] Starting subprocess with file monitor
200
-    13:53:50,646 WARNI [py.warnings] /tmp/tracim/protov1/tg2env/lib/python3.2/site-packages/tw2/core/validation.py:12: ImportWarning: Not importing directory '/tmp/tracim/protov1/tg2env/lib/python3.2/site-packages/tw2/core/i18n': missing __init__.py
201
-      from .i18n import _
202
-
203
-    13:53:50,862 INFO  [gearbox] Starting server in PID 11174.
204
-    Starting HTTP server on http://0.0.0.0:8080
205
-
206 191
 You can now enter the application at
207 192
 [http://localhost:8080](http://localhost:8080) and login with admin user.
208 193