When the logs stream finishes, patchdemo gives a link to the wiki and says something like, "your wiki is ready". However, there are some error cases where the logs finish streaming, but the environment did not start (e.g. an error during the provisioning, e.g. running out of space).
- the log streaming in patchdemo should surface an error and not present a link if the MediaWiki container failed to start
- this might be done by checking the state of one or more of the initialisation containers
- Perhaps this could be done via the GET api/environments/<id> endpoint checking status: running after log streaming has finished.
Nice to do this before beta launch unless it's a giant can of worms.