# HG changeset patch # User Laurent Peuch # Date 1550771331 -3600 # Node ID 3f307269dea56c570e0504f0c11c81761ba276e5 # Parent b402418cbb672489a79fe9efc3043cfa09a46a37 [doc] start the server in debug mode, it's easier during learning diff -r b402418cbb67 -r 3f307269dea5 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...