Demo
Introduction
To test our application, we provide a simple demo environment for you to explore. The demo environment includes a welcome page that helps you navigate the project contents, as well as an example secure development project for an imaginary IoT device.
This demo project showcases the capabilities of our application, including:
-
automatic process metrics
-
interconnected tasks
-
an exceptional threat modeling tool
-
and much more
You can learn more about these features on the welcome page, go ahead and give it a try!
How to test the demo
To try out our Cyberismo application, we offer two simple methods:
-
Demo container image which you can run with either Docker or Podman, available in Docker Hub
-
Demo Git Project available in GitHub
Further instructions are provided below.
Container image demo environment with Docker
Follow these steps to run the demo container with Docker.
-
Verify that you have Docker installed by running the command:
$ docker --version
If you don’t see a version number, you may need to install Docker or use another demo option.
-
Use the following command to start the environment. The image will download on the first run:
$ docker run --init --rm -it -p 3000:3000 cyberismo/cyberismo-demo
Once running, the demo environment is accessible in your browser at: http://localhost:3000
-
To update the demo environment to the latest image, run:
$ docker pull cyberismo/cyberismo-demo:latest
Container image demo environment with Podman
Follow these steps to run the demo container with Podman.
-
Verify that you have Podman installed by running the command:
$ podman --version
If you don’t see a version number, you may need to install Podman or use another demo option.
-
Use the following command to start the environment. The image will download on the first run:
$ podman run --init --rm -it -p 3000:3000 docker.io/cyberismo/cyberismo-demo
Once running, the demo environment is accessible in your browser at: http://localhost:3000
-
To update the demo environment to the latest image, run:
$ podman pull cyberismo/cyberismo-demo:latest
Demo project in a local Cyberismo application
-
If you haven’t already installed Cyberismo, follow the installation instructions in Installing Cyberismo under Building and Running Cyberismo from Source.
-
Download the demo project using the following command:
$ git clone https://github.com/CyberismoCom/cyberismo-demo.git
-
Navigate to the downloaded directory and run:
$ cyberismo app
Once running, the demo environment is accessible in your browser at: http://localhost:3000