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
Matt Creel edited this page Jan 11, 2022
·
9 revisions
Installing the redlure Client
The Redlure client is built with Angular7 and requires node package manager to install. To install the client use the following commands:
git clone https://github.com/redlure/redlure-client.git
sudo apt-get install npm
sudo npm i -g npm@5.8.0
sudo npm i -g @angular/cli
cd redlure-client && npm install
The client interface can be started with:
./redlure-client.py
By default, this will start the client on port 4200.
The most painful part of setting up the client is getting the right version of Node installed. If the command above gives you an error about the minimum required Node version, the most pain-free way I've found to fix this is using Node Version Manager.