Container install and run instructions
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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