Hi,
I'm trying to clone a project (codebase) from github into the projects folder and run that project. Here are what I did:
- Install node, node-red
- Change the
credentialSecret
in the settings.js - Clone the project and install its dependency
- run
sudo node-red
The first issue is that I created a project long time ago, after I run sudo node-red
, it shows me a warning Project not found: old_project
. Where can I change the that thus it does not expect the old project?
The second issue is that it keeps asking me the credential in the web interface, but I've already set that up in the settings.js, am i missing something else?
So overall, I'm trying to automatically install and run the project without any manual settings. Any help would be appreciated!
Thank you very much