Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI] Install and maintain PATH via apt #96

Open
4 tasks
fredteumer opened this issue Dec 11, 2024 · 0 comments
Open
4 tasks

[CLI] Install and maintain PATH via apt #96

fredteumer opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
cli Everything related to the path CLI

Comments

@fredteumer
Copy link
Contributor

Objective

Linux users on .deb based systems have preferences for various package managers, but the default is apt. This issue is to host the latest release and be able to install and manage Path via apt

Goals

  • A user on a .deb -based Linux distribution should be able to install Path with a simple command: apt install path

Deliverables

  • A server which hosts the apt image
  • Integration of our CI/CD process with the main branch that pushes the latest x86_64 Linux binary to the server
  • [OPTIONAL]: Integration of our CI/CD process with the main branch that pushes the latest ARM-Linux binary to the server
  • Automatic signing via GPG of the latest image

Non-goals / Non-deliverables

  • This does not include packages or hosting for yum , snap or other Linux-based package managers

General deliverables

  • Comments: Add/update TODOs and comments alongside the source code so it is easier to follow.
  • Testing: Add new tests (unit and/or E2E) to the test suite.
  • Makefile: Add new targets to the Makefile to make the new functionality easier to use.
  • Documentation: Update architectural or development READMEs; use mermaid diagrams where appropriate.

Creator: @fredteumer

@fredteumer fredteumer added the cli Everything related to the path CLI label Dec 11, 2024
@fredteumer fredteumer added this to the PATH Adoption milestone Dec 11, 2024
@Olshansk Olshansk moved this to 📋 Backlog in Path Roadmap Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Everything related to the path CLI
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants