Skip to content
Emeric edited this page Dec 12, 2016 · 1 revision

The website is equiped with a maintenance mode. When your application is in maintenance mode, a custom view will be displayed for all requests into your application if the current user is not administrator.

Commands :

# Put the maintenance mode ON
bin/cake maintenance down
# Put the maintenance mode OFF
bin/cake maintenance up
Clone this wiki locally