Installation Guide
The following steps will help you to setup SunbirdRC components for a local/development environment.
Last updated
Was this helpful?
The following steps will help you to setup SunbirdRC components for a local/development environment.
Last updated
Was this helpful?
This guide assumes a some familiarity with basic linux commands. If not, is a great place to start.
Don't copy-paste the
$
signs, they indicate that what follows is a terminal command
Linux and MacOS will have a terminal installed already. For Windows, it is recommended that you use git-bash
, which you can install from .
Type echo Hi
in the terminal once it is installed. If installed correctly, you should see Hi
appear when you hit enter.
Installation instructions for NodeJS can be found .
Run node -v
in the terminal if node
has been installed correctly:
Installation instructions for Docker can be found .
Run docker -v
in terminal to check if docker
has been installed correctly:
Run docker compose version
in the terminal to check if docker compose
has been installed correctly:
To install the official Registry CLI, run:
In case you encounter a permission denied/access denied error here, prefix the command with
sudo
:sudo npm install --global registry-cli
.
To check if the Registry CLI has been installed correctly, run:
This should show you all the commands you can execute using the CLI.
Installation instructions can be found .