Skip to content

Container install and run instructions #195

Description

@geraveoyomama

Since I had some trouble installing pathview I want to suggest a containerised method of installation.

Installing prerequisites:

sudo apt install git podman

Clone the repo:

git clone https://github.com/festim-dev/pathview.git
cd pathview

Build the image:

podman build . -t localhost/pathview
podman run -d --replace --name pathview -p 8080:8080 localhost/pathview

Run the image:

podman run -d --replace --name pathview -p 8080:8080 localhost/pathview:latest

If there is interest in this I am open to making a PR but I suspect that the original team is better equipped for integrating these instruction :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions