-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Update Discover-More #114
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one comment on contribution.md
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Gauthier <[email protected]>
🚀 Deployed on https://637270a60edb500737cb5a92--nrchkb.netlify.app |
|
||
They can be marked that way for few reasons: | ||
{{< alert icon="‼️" text="Beta versions may contain bug fixes and improvements!" />}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not special version :)
It is shipped in production release available via experimental mode.
--> | ||
|
||
1. Install Node-RED on your new server | ||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```bash | |
```bash |
- We should let empty line to be there
- Not sure if we need this indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Tadeusz Wyrzykowski <[email protected]>
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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... |
{{< alert icon="‼️" text="Beta versions may contain bug fixes and improvements!" />}} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{< alert icon="‼️" text="Beta versions may contain bug fixes and improvements!" />}} | |
{{< alert icon="‼️" text="Using experimental mode is not recommended for new users!" />}} | |
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 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.