Browse Source

Merge pull request #357 from tracim/fix/338/one_way_to_run_them_all

Damien Accorsi 7 years ago
parent
commit
a6f809db60
1 changed files with 0 additions and 15 deletions
  1. 0 15
      README.md

+ 0 - 15
README.md View File

185
 
185
 
186
     gearbox serve --reload --debug
186
     gearbox serve --reload --debug
187
 
187
 
188
-## Running the standalone server ##
189
-
190
-Now you can run the standalone server:
191
-
192
-    ./bin/run.sh
193
-
194
-Which should result in something like this:
195
-
196
-    13:53:49,982 INFO  [gearbox] Starting subprocess with file monitor
197
-    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
198
-      from .i18n import _
199
-
200
-    13:53:50,862 INFO  [gearbox] Starting server in PID 11174.
201
-    Starting HTTP server on http://0.0.0.0:8080
202
-
203
 You can now enter the application at
188
 You can now enter the application at
204
 [http://localhost:8080](http://localhost:8080) and login with admin user:
189
 [http://localhost:8080](http://localhost:8080) and login with admin user:
205
 
190