Skip to content

Commit 51048ad

Browse files
committed
Rebrand Bluemix to IBM Cloud
1 parent cbfd4cf commit 51048ad

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

_includes/docs-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<li {% if page.url == "/docs/hardware/raspberrypi" %}class="active"{% endif %}><a href="/docs/hardware/raspberrypi">Raspberry Pi</a>
3131
<li {% if page.url == "/docs/hardware/beagleboneblack" %}class="active"{% endif %}><a href="/docs/hardware/beagleboneblack">BeagleBone Black</a>
3232
<li class="tocsubheader"><span>Cloud</span></li>
33-
<li {% if page.url == "/docs/platforms/bluemix" %}class="active"{% endif %}><a href="/docs/platforms/bluemix">IBM Bluemix</a>
33+
<li {% if page.url == "/docs/platforms/bluemix" %}class="active"{% endif %}><a href="/docs/platforms/bluemix">IBM Cloud</a>
3434
<li {% if page.url == "/docs/platforms/aws" %}class="active"{% endif %}><a href="/docs/platforms/aws">Amazon Web Services</a>
3535
<li {% if page.url == "/docs/platforms/azure" %}class="active"{% endif %}><a href="/docs/platforms/azure">Microsoft Azure</a>
3636
<li class="tocsubheader"><span>Other</span></li>

_includes/getting-started-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<li class="tocheader">
3434
<ul>
3535
<li class="toctitle"><span>In the cloud</span></li>
36-
<li {% if page.url == "/docs/platforms/bluemix" %}class="active"{% endif %}><a href="/docs/platforms/bluemix">IBM Bluemix</a></li>
36+
<li {% if page.url == "/docs/platforms/bluemix" %}class="active"{% endif %}><a href="/docs/platforms/bluemix">IBM Cloud</a></li>
3737
<li><a href="https://fred.sensetecnic.com/">SenseTecnic FRED</a></li>
3838
<li {% if page.url == "/docs/platforms/aws" %}class="active"{% endif %}><a href="/docs/platforms/aws">Amazon Web Services</a></li>
3939
<li {% if page.url == "/docs/platforms/azure" %}class="active"{% endif %}><a href="/docs/platforms/azure">Microsoft Azure</a></li>

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This guide will help you get Node-RED installed and running in just a few minute
3333
<img src="/images/platform-cloud.png" width="175">
3434
<h4>In the cloud</h4>
3535
<ul style="margin: 0; padding: 0">
36-
<li><a href="/docs/platforms/bluemix">IBM Bluemix</a></li>
36+
<li><a href="/docs/platforms/bluemix">IBM Cloud</a></li>
3737
<li><a href="https://fred.sensetecnic.com/">SenseTecnic FRED</a></li>
3838
<li><a href="/docs/platforms/aws">Amazon Web Services</a></li>
3939
<li><a href="/docs/platforms/azure">Microsoft Azure</a></li>

docs/platforms/bluemix.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: default
3-
title: Running on IBM Bluemix
3+
title: Running on IBM Cloud
44
---
55

6-
Node-RED is available on the IBM Bluemix platform as one of the [boilerplate applications](#boilerplate-application)
6+
Node-RED is available on the IBM Cloud platform as one of the [boilerplate applications](#boilerplate-application)
77
in the catalog.
88

9-
We also provide a '[Deploy To Bluemix](#deploy-to-bluemix)' enabled repository.
9+
We also provide a '[Deploy To IBM Cloud](#deploy-to-ibm-cloud)' enabled repository.
1010

1111
---
1212

@@ -37,14 +37,14 @@ A couple of minutes later, you'll be able to access your instance of Node-RED at
3737

3838
#### Customising your Node-RED application
3939

40-
To start customising your instance of Node-RED, you can either download the application locally or you can enable the Continuous Delivery integration option via your application's Bluemix dashboard page. That will create a git repository on either GitHub or IBM DevOps services, from where you can customize your Node-RED, save the changes and automatically update the application in Bluemix.
40+
To start customising your instance of Node-RED, you can either download the application locally or you can enable the Continuous Delivery integration option via your application's IBM Cloud dashboard page. That will create a git repository on either GitHub or IBM DevOps services, from where you can customize your Node-RED, save the changes and automatically update the application in IBM Cloud.
4141

4242
##### Securing the editor
4343

44-
When you first ran the Node-RED instance you were presented with some options to secure the editor.
45-
To change those options, you can set some environment variables from either the Bluemix console or the cf command-line
44+
When you first ran the Node-RED instance you were presented with some options to secure the editor.
45+
To change those options, you can set some environment variables from either the IBM Cloud console or the cf command-line
4646

47-
1. In the Bluemix dashboard, select the 'Environment Variables' page for your application
47+
1. In the IBM Cloud dashboard, select the 'Environment Variables' page for your application
4848
2. Add the required user-defined variables:
4949
- `NODE_RED_USERNAME` - the username to secure the editor with
5050
- `NODE_RED_PASSWORD` - the password to secure the editor with
@@ -65,11 +65,11 @@ add the required node modules in the `dependencies` section. The format is:
6565
The application's package.json is setup to grab the latest stable release of Node-RED.
6666
To trigger an upgrade following a new release being made available:
6767

68-
1. Per default [IBM Bluemix maintains a cache directory](https://console.bluemix.net/docs/runtimes/nodejs/configurationOptions.html#cache_behavior) per node application, to store resolved dependencies so they are not downloaded and installed every time. For updates this cache should be disabled. Set the NODE_MODULES_CACHE environment variable to false. You can either do this on your application's Bluemix console page (Runtime -> Environment Variables), or by using the cf command-line:
68+
1. Per default [IBM Cloud maintains a cache directory](https://console.bluemix.net/docs/runtimes/nodejs/configurationOptions.html#cache_behavior) per node application, to store resolved dependencies so they are not downloaded and installed every time. For updates this cache should be disabled. Set the NODE_MODULES_CACHE environment variable to false. You can either do this on your application's IBM Cloud console page (Runtime -> Environment Variables), or by using the cf command-line:
6969

7070
cf set-env [APPLICATION_NAME] NODE_MODULES_CACHE false
7171

72-
2. Trigger a restage of your application. This cannot be done using the Bluemix console, so the cf command-line should be used:
72+
2. Trigger a restage of your application. This cannot be done using the IBM Cloud console, so the cf command-line should be used:
7373

7474
cf restage [APPLICATION_NAME]
7575

@@ -82,9 +82,9 @@ If you deployed your instance **before November 2016** you will need to take som
8282

8383

8484
In order to edit the file, you must enable the Continuous Delivery integration
85-
option via your application's Bluemix dashboard page. That will create a git repository
85+
option via your application's IBM Cloud dashboard page. That will create a git repository
8686
on either GitHub or IBM DevOps services, from where you can edit the file, save the
87-
changes and automatically update the application in Bluemix.
87+
changes and automatically update the application in IBM Cloud.
8888

8989

9090
##### Changing the static web content
@@ -97,17 +97,17 @@ root path, delete the `httpStatic` and `httpAdminRoot` entries in the `bluemix-s
9797

9898
---
9999

100-
### Deploy To Bluemix
100+
### Deploy To IBM Cloud
101101

102102
The [Deploy To Bluemix enabled repository](https://github.com/node-red/node-red-bluemix-starter)
103103
lets you create your own customised Node-RED application that can then
104-
be deployed to Bluemix with a couple clicks.
104+
be deployed to IBM Cloud with a couple clicks.
105105

106106
You can try it out now by clicking here:
107107

108-
[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/node-red/node-red-bluemix-starter.git)
108+
[![Deploy to IBM Cloud](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/node-red/node-red-bluemix-starter.git)
109109

110-
When you click the button, you are taken to Bluemix where you get a pick a name
110+
When you click the button, you are taken to IBM Cloud where you get a pick a name
111111
for your application at which point the platform takes over, grabs the code from
112112
this repository and deploys it.
113113

@@ -122,7 +122,7 @@ Node-RED runs.
122122
#### Customising your Node-RED repository
123123

124124
The repository is there to be cloned, modified and re-used to allow anyone to create
125-
their own Node-RED based application that can be quickly deployed to Bluemix.
125+
their own Node-RED based application that can be quickly deployed to IBM Cloud.
126126

127127
The default flows are stored in the `defaults` directory in the file called `flow.json`.
128128

@@ -133,7 +133,7 @@ Additional nodes can be added to the `package.json` file and all other Node-RED
133133
configuration settings can be set in `bluemix-settings.js`.
134134

135135
If you do clone the repository, make sure you update the `README.md` file to point
136-
the `Deploy to Bluemix` button at your repository.
136+
the `Deploy to IBM Cloud` button at your repository.
137137

138138
If you want to change the name of the Cloudant instance that gets created, the memory
139139
allocated to the application or other deploy-time options, have a look in `manifest.yml`.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h4>On a device</h4>
106106
<img src="images/platform-cloud.png">
107107
<h4>In the cloud</h4>
108108
<ul>
109-
<li><a href="/docs/platforms/bluemix">IBM Bluemix</a></li>
109+
<li><a href="/docs/platforms/bluemix">IBM Cloud</a></li>
110110
<li><a href="https://fred.sensetecnic.com/">SenseTecnic FRED</a></li>
111111
<li><a href="/docs/platforms/aws">Amazon Web Services</a></li>
112112
<li><a href="/docs/platforms/azure">Microsoft Azure</a></li>

0 commit comments

Comments
 (0)