Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Refactor the install script to allow installation of any radicle component
Open levitte opened 1 year ago

The install script only installed the cli and node part of Radicle. Historically, it also installed radicle-httpd as well, but that was moved to become another component, which should be possible to install through this same script.

Thus, the install script is refactored to allow sets of components to be installed, together in any way the user desires. This refactoring makes the install script data driven, based on specially named variables and functions.

levitte opened with revision 3e9b3a2e on base e9673f44 +199 -84 1 year ago

The install script only installed the cli and node part of Radicle. Historically, it also installed radicle-httpd as well, but that was moved to become another component, which should be possible to install through this same script.

Thus, the install script is refactored to allow sets of components to be installed, together in any way the user desires. This refactoring makes the install script data driven, based on specially named variables and functions.

fintohaps commented on revision 1 8 months ago

Hey @levitte :) I just tried rebasing but there’s some conflicts – can I ask you to resolve them?