Add New Getting Started on Google Cloud Page#139
Add New Getting Started on Google Cloud Page#139iganari wants to merge 9 commits intonode-red:masterfrom
Conversation
docs/getting-started/gcp.md
Outdated
|
|
||
| Once logged in you need to install node.js and Node-RED | ||
|
|
||
| curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - |
There was a problem hiding this comment.
Does the default Linux install script not work for some reason ?
There was a problem hiding this comment.
Thank you for checking.
Check it myself!
There was a problem hiding this comment.
Hi
I corrected manual install document referring to the official documentation of Node.js --> NodeSource Node.js Binary Distributions
- modified
I want to make sure that it is feasible with the documentation.
| To get Node-RED to start automatically whenever your instance is restarted, you | ||
| can use pm2: | ||
|
|
||
| sudo npm install -g pm2 |
There was a problem hiding this comment.
Can you not use the systemd scripts we already have documented ? - or indeed the Linux install scripts which work on Debian/Ubuntu also ?
There was a problem hiding this comment.
Thank you for checking.
Check it myself!
There was a problem hiding this comment.
I'm Sorry for the late comment and late check.
I wrote a document referring to Azure document
Please tell me the documentation of systemd scripts.
thank you.
There was a problem hiding this comment.
There is some info here - https://nodered.org//docs/faq/customising-systemd-on-pi
The file that gets installed is from here - https://github.com/node-red/linux-installers/blob/master/resources/nodered.service
There was a problem hiding this comment.
Thank you a lots !
I will check now!
|
Howdy chums ... I wanted to create some docs on using GCP and Node-RED ... I created the following https://docs.google.com/document/d/1_IKViGlgt_lkkypdiIRiVjX85I_LjrrBSYTZMfDGyuA/edit?usp=sharing and was about to submit a pull request and then saw this pull-request. The techniques are quite different ... I wonder if we want to discuss and see if there is value in merging the stories? Neil |
|
Hi Neil thank you for your comment. I want to fix a problem that I can't install, but I haven't. But I can't see your documentation :( |
|
Howdy @iganari .... email me at kolban@google.com and we can exchange notes. I can send the doc as a PDF to your return address. |
|
What is the current status here? |
|
Since this pull request is old and not the preferred way, I created a new one: |
|
Just to clarify for me.. why is this not the preferred way ? Is this feedback from Google ? Or evolved over time ? or ... ? |
|
The preferred way may be the wrong word. So you can save the step "Setup Node-RED". |
Proposed changes
I added GCP to the getting started page.
Checklist
gruntto verify the unit tests pass