doc/tutorials/base/customizing-the-application.rst
changeset 12364 64a72b2c9c27
parent 10949 408867c79d9e
child 12365 be86a3a86af7
equal deleted inserted replaced
12363:72fced7549e6 12364:64a72b2c9c27
   133 
   133 
   134 One easy way, as we've no really valuable data in the instance would be to trash and recreated it::
   134 One easy way, as we've no really valuable data in the instance would be to trash and recreated it::
   135 
   135 
   136   cubicweb-ctl stop myblog # or Ctrl-C in the terminal running the server in debug mode
   136   cubicweb-ctl stop myblog # or Ctrl-C in the terminal running the server in debug mode
   137   cubicweb-ctl delete myblog
   137   cubicweb-ctl delete myblog
   138   cubicweb-ctl create myblog
   138   cubicweb-ctl create myblog myblog
   139   cubicweb-ctl start -D myblog
   139   cubicweb-ctl start -D myblog
   140 
   140 
   141 Another way is to add our cube to the instance using the cubicweb-ctl shell
   141 Another way is to add our cube to the instance using the cubicweb-ctl shell
   142 facility. It's a python shell connected to the instance with some special
   142 facility. It's a python shell connected to the instance with some special
   143 commands available to manipulate it (the same as you'll have in migration
   143 commands available to manipulate it (the same as you'll have in migration