Skip to content

Edit ephemeral Squash sites

Tom Dyson edited this page Jan 24, 2020 · 2 revisions
  1. SSH into the ephemeral machine for a PR, using the details from the Squash admin
  2. SSH into the container: docker exec -it default /bin/bash
  3. The Wagtail site is located in /myproject/mysite
  4. Install vim apt-get install vim