Parcourir la source

Documents only one way to run Tracim in readme

Adrien Panay il y a 6 ans
Parent
révision
7ee0ebd93a
1 fichiers modifiés avec 0 ajouts et 15 suppressions
  1. 0 15
      README.md

+ 0 - 15
README.md Voir le fichier

@@ -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