doc/tutorials/advanced/part01_create-cube.rst
changeset 12534 e0e7d8ca051f
parent 12533 3657b5d82590
child 12535 7dbb523d5421
equal deleted inserted replaced
12533:3657b5d82590 12534:e0e7d8ca051f
   171 This will use your already configured instance and start directly from the create
   171 This will use your already configured instance and start directly from the create
   172 database step, thus skipping questions asked by the 'create' command.
   172 database step, thus skipping questions asked by the 'create' command.
   173 
   173 
   174 Once the instance and database are fully initialized, run ::
   174 Once the instance and database are fully initialized, run ::
   175 
   175 
   176   cubicweb-ctl start -D sytweb_instance
   176   cubicweb-ctl pyramid -D sytweb_instance
   177 
   177 
   178 to start the instance, check you can connect on it, etc... then go on
   178 to start the instance, check you can connect on it, etc... then go on
   179 http://localhost:8080 (or with another port if you've modified it)
   179 http://localhost:8080 (or with another port if you've modified it)