Open
Conversation
Shaquu
reviewed
Jan 30, 2022
GogoVega
commented
Feb 2, 2022
GogoVega
commented
Feb 2, 2022
crxporter
reviewed
Feb 3, 2022
crxporter
reviewed
Feb 3, 2022
Member
crxporter
left a comment
There was a problem hiding this comment.
Just the one comment on contribution.md
thanks!
Co-authored-by: Gauthier <92022724+GogoVega@users.noreply.github.com>
crxporter
previously approved these changes
Feb 4, 2022
Contributor
|
🚀 Deployed on https://637270a60edb500737cb5a92--nrchkb.netlify.app |
Shaquu
requested changes
Sep 26, 2022
| We use beta versions to test and improve our features without compromising the experience of our users. | ||
|
|
||
| They can be marked that way for few reasons: | ||
| {{< alert icon="‼️" text="Beta versions may contain bug fixes and improvements!" />}} |
Member
There was a problem hiding this comment.
It is not special version :)
It is shipped in production release available via experimental mode.
| --> | ||
|
|
||
| 1. Install Node-RED on your new server | ||
| ```bash |
Member
There was a problem hiding this comment.
Suggested change
| ```bash | |
| ```bash |
- We should let empty line to be there
- Not sure if we need this indentation
Collaborator
Author
Co-authored-by: Tadeusz Wyrzykowski <tadev3@gmail.com>
GogoVega
commented
Nov 14, 2022
Comment on lines
+15
to
+16
| These are beta versions containing possible future features. | ||
| We use beta versions to test and improve our features without compromising the experience of our users. |
Collaborator
Author
There was a problem hiding this comment.
Suggested change
| These are beta versions containing possible future features. | |
| We use beta versions to test and improve our features without compromising the experience of our users. | |
| This mode provides access to possible future features for experienced users. These features are not yet fully tested or documented, may not be the final solution, and are subject to change at any time... |
Comment on lines
+18
to
19
| {{< alert icon="‼️" text="Beta versions may contain bug fixes and improvements!" />}} | ||
|
|
Collaborator
Author
There was a problem hiding this comment.
Suggested change
| {{< alert icon="‼️" text="Beta versions may contain bug fixes and improvements!" />}} | |
| {{< alert icon="‼️" text="Using experimental mode is not recommended for new users!" />}} | |
Comment on lines
+29
to
+54
| 1. Install Node-RED on your new server | ||
| ```bash | ||
| bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) | ||
| ``` | ||
| 2. Install Node Modules used on your new server | ||
| ```bash | ||
| cd /home/pi/.node-red/ && npm install node-red-contrib-homekit-bridged@latest | ||
| ``` | ||
| 3. Shut down Node-RED on the old server | ||
| ```bash | ||
| sudo node-red-stop | ||
| ``` | ||
| 4. Copy over `homekit-persist` from the `.node-red` directory on the old server to the new server | ||
|
|
||
| 5. Copy over `flows_<old machine's hostname>.json` from the `.node-red` directory on the old server to the new server | ||
|
|
||
| 6. Rename the `flows_<old machine's hostname>.json` to `flows.json` on the new server. | ||
|
|
||
| 7. Edit the `settings.js` file on the new server, and uncomment the line `flowFile: flows.json` | ||
| ```bash | ||
| sudo nano /home/pi/.node-red/settings.js | ||
| ``` | ||
| 8. (Re)Start Node-RED on your new server. | ||
| ```bash | ||
| sudo node-red-start | ||
| ``` |
Collaborator
Author
There was a problem hiding this comment.
Suggested change
| 1. Install Node-RED on your new server | |
| ```bash | |
| bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) | |
| ``` | |
| 2. Install Node Modules used on your new server | |
| ```bash | |
| cd /home/pi/.node-red/ && npm install node-red-contrib-homekit-bridged@latest | |
| ``` | |
| 3. Shut down Node-RED on the old server | |
| ```bash | |
| sudo node-red-stop | |
| ``` | |
| 4. Copy over `homekit-persist` from the `.node-red` directory on the old server to the new server | |
| 5. Copy over `flows_<old machine's hostname>.json` from the `.node-red` directory on the old server to the new server | |
| 6. Rename the `flows_<old machine's hostname>.json` to `flows.json` on the new server. | |
| 7. Edit the `settings.js` file on the new server, and uncomment the line `flowFile: flows.json` | |
| ```bash | |
| sudo nano /home/pi/.node-red/settings.js | |
| ``` | |
| 8. (Re)Start Node-RED on your new server. | |
| ```bash | |
| sudo node-red-start | |
| ``` | |
| 1. Install Node-RED on your new server | |
| ```bash | |
| bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) | |
| ``` | |
| 2. Install Node Modules used on your new server | |
| ```bash | |
| cd /home/pi/.node-red/ && npm install node-red-contrib-homekit-bridged@latest | |
| ``` | |
| 3. Shut down Node-RED on the old server | |
| ```bash | |
| sudo node-red-stop | |
| ``` | |
| 4. Copy over `homekit-persist` from the `.node-red` directory on the old server to the new server | |
| 5. Copy over `flows_<old machine's hostname>.json` from the `.node-red` directory on the old server to the new server | |
| 6. Rename the `flows_<old machine's hostname>.json` to `flows.json` on the new server. | |
| 7. Edit the `settings.js` file on the new server, and uncomment the line `flowFile: flows.json` | |
| ```bash | |
| sudo nano /home/pi/.node-red/settings.js | |
| ``` | |
| 8. (Re)Start Node-RED on your new server. | |
| ```bash | |
| sudo node-red-start | |
| ``` |
| --> | ||
|
|
||
| 1. Install Node-RED on your new server | ||
| ```bash |
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.