[doc] start the server in debug mode, it's easier during learning 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 21 Feb 2019 18:48:51 +0100
branch3.26
changeset 12457 3f307269dea5
parent 12456 b402418cbb67
child 12458 e5610bdda5b2
[doc] start the server in debug mode, it's easier during learning
doc/tutorials/advanced/part01_create-cube.rst
--- a/doc/tutorials/advanced/part01_create-cube.rst	Thu Feb 21 18:48:07 2019 +0100
+++ b/doc/tutorials/advanced/part01_create-cube.rst	Thu Feb 21 18:48:51 2019 +0100
@@ -164,7 +164,7 @@
 
 Once the instance and database are fully initialized, run ::
 
-  cubicweb-ctl start sytweb_instance
+  cubicweb-ctl start -D sytweb_instance
 
 to start the instance, check you can connect on it, etc...