[doc] start the server in debug mode, it's easier during learning
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 21 Feb 2019 18:48:51 +0100
changeset 12392 ab8613334697
parent 12391 e4e5814fd70c
child 12393 ea198374785b
[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...