-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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 :)
RemDelaporteMathurin
Metadata
Metadata
Assignees
Labels
No labels