You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi Nikhil,
Thanks for taking interest. I'm currently afk so can't assign you. Though
you can start working on the issue and I'll assign once i get to my laptop.
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:
The text was updated successfully, but these errors were encountered: