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

Bash script to automate installation #4

Open
deprov447 opened this issue Sep 30, 2021 · 4 comments
Open

Bash script to automate installation #4

deprov447 opened this issue Sep 30, 2021 · 4 comments

Comments

@deprov447
Copy link
Owner

Issue

A user has to go through a lot of manual steps to build and start the application. Most of the steps are very script-based and can be easily automated

Resolution

Create a script that user can download to install the application

Script should be able to:

  • Clone this repository
  • Install all the dependencies: This can be a tricky thing, because of different package names on each distribution and different ways to install the application. Look at the bottom for some ideas
  • Build the source code
  • Install the generated binary

For dependency installation issue, either we can make separate scripts for separate distributions or ask the user to choose their distribution.

@nkilm
Copy link

nkilm commented Oct 8, 2022

I would like to work on this issue. Please assign this to me!

@deprov447
Copy link
Owner Author

deprov447 commented Oct 8, 2022 via email

@nkilm
Copy link

nkilm commented Oct 8, 2022

Okay no problem.

@nkilm
Copy link

nkilm commented Oct 14, 2022

Please can you brief out on 2nd and 3rd steps, thank you! I'm writing a bash script to solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants