Skip to content

Maintenance mode

Eric Carmichael edited this page Sep 5, 2018 · 3 revisions

To put Codalab into maintenance mode, you need to create a maintenance_on file in the codalab directory.

Typically, that would look something like this:

# Go to our github repo
$ cd codalab-competitions

# Make the file signaling maintenance mode
$ touch codalab/maintenance_on

# Do your changes, then remove the file
$ rm codalab/maintenance_on
Clone this wiki locally