Updating Cyberismo

Card key

docs_19

Status

Draft

Card type

base/cardTypes/page

Labels

Owner

N/A

Information classification

public

Method 1: Docker image from Docker Hub

The latest image version can be pulled with the following command:

$ docker pull cyberismo/cyberismo:latest

Method 2: Locally built Docker image

Just repeat the steps given in Installing Cyberismo for "Method 2: Locally built Docker image".

Method 3: Local installation

To update an existing installation of Cyberismo, pull the latest changes from the upstream repository and rebuild the software:

$ cd cyberismo
$ git pull
$ pnpm install
$ pnpm build

You now have the latest version of Cyberismo from the upstream repository.