pathsim / pathsim/pathview

Container install and run instructions

Open
#195 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
91
Forks
14
Avg merge
4m
Merged PRs (30d)
7

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 :)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the repository's existing installation documentation and compare it with the proposed Podman prerequisite, clone, build, and run commands. Verify the container workflow and document the accepted installation and startup steps in the appropriate documentation, with a clear way to confirm the service is running.

Written by the indexing model from the issue text.

Assessment

Tech stack
git
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.