Skip to content

Commit 97874c6

Browse files
author
Dave Conway-Jones
committed
update local.md to 1.0.2
remove word from Android fix front.css for version
1 parent 1c50b81 commit 97874c6

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

css/front.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ a.box-link:not(:first-child) {
258258
a.box-link img {
259259
width: 150px;
260260
}
261-
a.node-red-latest-version {
261+
.node-red-latest-version {
262262
color: #c19e9e;
263263
}

docs/getting-started/android.md

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Install it, and run it. Then at the prompt type
2626

2727
Then you can point a browser to `http://localhost:1880`
2828

29-
3029
### Notes
3130

3231
- You can also npm install other node-red nodes such as `node-red-dashboard` in the standard way :
@@ -37,7 +36,6 @@ Then you can point a browser to `http://localhost:1880`
3736
- The `volume-down` key is the ctrl key - so `vol-down-c` can be used to "break" a running app.
3837
- The instructions above also install the `nano` editor, which is useful for editing files.
3938

40-
4139
### Autostarting
4240

4341
For a discussion on autostarting apps within Termux - see <a href="https://github.com/termux/termux-app/issues/14">this thread</a> on the Termux Github project.
@@ -58,8 +56,6 @@ Install add-on access into Termux
5856

5957
apt install termux-api
6058

61-
Link to -
62-
6359
### Useful links
6460

6561
- [How to use Termux API](https://wiki.termux.com/wiki/Termux:API)

docs/getting-started/local.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sudo npm install -g --unsafe-perm node-red
4545
<img src="/images/logos/windows.svg" height="30">
4646
</div>
4747
If you are using Windows, do not start the command with <code>sudo</code>.
48-
More information on Windows installation can be found <a href="/docs/getting-started/windows">here</a>.
48+
More information about installing Node-RED on Windows can be found <a href="/docs/getting-started/windows">here</a>.
4949
</div>
5050

5151
This command will install Node-RED as a global module along with its dependencies.
@@ -78,6 +78,7 @@ sudo snap install node-red
7878
When installed as a Snap package, it will run in a secure container that does
7979
not have access to some extra facilities that may be needed for you to use, such as:
8080

81+
- access to main system storage. Can only read/write to local home directories.
8182
- `gcc` - needed to compile any binary components of nodes you want to install
8283
- `git` - needed if you want to use the Projects feature
8384
- direct access to gpio hardware
@@ -86,7 +87,6 @@ not have access to some extra facilities that may be needed for you to use, such
8687
You can run it in "classic" mode which reduces the container security but then
8788
does provide wider access.
8889

89-
9090
### Running
9191

9292
Once installed as a global module you can use the `node-red` command to start
@@ -99,20 +99,20 @@ $ node-red
9999
Welcome to Node-RED
100100
===================
101101
102-
26 Sep 23:43:39 - [info] Node-RED version: v1.0.0
103-
26 Sep 23:43:39 - [info] Node.js version: v10.16.3
104-
26 Sep 23:43:39 - [info] Darwin 18.7.0 x64 LE
105-
26 Sep 23:43:39 - [info] Loading palette nodes
106-
26 Sep 23:43:44 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
107-
26 Sep 23:43:44 - [info] Settings file : /Users/nol/.node-red/settings.js
108-
26 Sep 23:43:44 - [info] HTTP Static : /Users/nol/node-red/web
109-
26 Sep 23:43:44 - [info] Context store : 'default' [module=localfilesystem]
110-
26 Sep 23:43:44 - [info] User directory : /Users/nol/.node-red
111-
26 Sep 23:43:44 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable
112-
26 Sep 23:43:44 - [info] Creating new flows file : flows_noltop.json
113-
26 Sep 23:43:44 - [info] Starting flows
114-
26 Sep 23:43:44 - [info] Started flows
115-
26 Sep 23:43:44 - [info] Server now running at http://127.0.0.1:1880/red/
102+
11 Oct 23:43:39 - [info] Node-RED version: v1.0.2
103+
11 Oct 23:43:39 - [info] Node.js version: v10.16.3
104+
11 Oct 23:43:39 - [info] Darwin 18.7.0 x64 LE
105+
11 Oct 23:43:39 - [info] Loading palette nodes
106+
11 Oct 23:43:44 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
107+
11 Oct 23:43:44 - [info] Settings file : /Users/nol/.node-red/settings.js
108+
11 Oct 23:43:44 - [info] HTTP Static : /Users/nol/node-red/web
109+
11 Oct 23:43:44 - [info] Context store : 'default' [module=localfilesystem]
110+
11 Oct 23:43:44 - [info] User directory : /Users/nol/.node-red
111+
11 Oct 23:43:44 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable
112+
11 Oct 23:43:44 - [info] Creating new flows file : flows_noltop.json
113+
11 Oct 23:43:44 - [info] Starting flows
114+
11 Oct 23:43:44 - [info] Started flows
115+
11 Oct 23:43:44 - [info] Server now running at http://127.0.0.1:1880/red/
116116
```
117117

118118
You can then access the Node-RED editor by pointing your browser at <http://localhost:1880>.

0 commit comments

Comments
 (0)