Update Dev

Dev Playground Update Process

This updates the installer, the docker images, and sets the docker container to the latest images.

  1. Go to your local Diffgram Install folder.
  2. Open the .env file.
  3. Change DIFFGRAM_VERSION_TAG to the desired version or latest. You can find the available version on the releases page.
  4. git pull
  5. pip install -r requirements.txt
  6. docker-compose pull
  7. docker-compose up

All Commands

// Note you MUST first update the DIFFGRAM_VERSION_TAG or this won't work.

git pull
pip install -r requirements.txt
docker-compose pull
docker-compose up

πŸ“˜

Restarting is not docker-compose

Note that restarting the docker container is not the same as docker-compose. Restarting it will use the old images, ignoring the updates. Be sure to use docker-compose instead.

Why Update Repo

In some cases there may be changes to the docker-compose file or installer. These changes may not be in the docker images.