8.5. Launch the CRATE web server

8.5.1. crate_launch_cherrypy_server

This is the standard cross-platform production server for CRATE, using CherryPy.

The command is a shortcut to crate_django_manage runcpserver.

8.5.2. crate_launch_django_server

This is a lightweight test server, using Django itself.

The command is a shortcut to crate_django_manage runserver.