Skip to main content

Reviewing task results

Once you've installed Mephisto, you have access to the mephisto command line utility, which can launch task review workflow $ mephisto review_app ....

Overview

Results can be reviewed for tasks that have some data collected. Note that results will look nicer if task specifies UI code for TaskReview app (see Enable unit preview in TaskReview app).

Quick Start

For cross-platform compatibility, TaskReview app can be run in dockerized form.


Launch with Docker

Run docker-compose from repo root:

docker-compose -f docker/docker-compose.dev.yml run \
--build \
--publish 8081:8000 \
--rm mephisto_dc \
mephisto review_app --host 0.0.0.0 --port 8000 --debug --force-rebuild --skip-build

For more details: