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.
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.
Hey @levitte :) I just tried rebasing but there’s some conflicts – can I ask you to resolve them?