Updating Cyberismo

Card key

docs_19

Status

Draft

Card type

base/cardTypes/page

Labels

Docker image from Docker Hub

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

$ docker pull cyberismo/cyberismo:latest

Docker image with local build

Just repeat Installing Cyberismo "Building and running Cyberismo with Docker" steps

Local install

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.