Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3dc9aa2

Browse files
author
Rizchel Dayao
authored
Update README.md
1 parent 473f319 commit 3dc9aa2

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

‎README.md‎

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ $ npm run start
8080
1. [Build the image](#1-build-the-image)
8181
2. [Run the image](#2-run-the-image)
8282

83+
## Prerequisites:
84+
1. [Create Docker account](https://cloud.docker.com/)
85+
86+
2. [Install Docker CLI](https://docs.docker.com/install/)
87+
8388
### 1. Build the image
8489

8590
In a terminal, run:
@@ -109,10 +114,41 @@ You can now access the application at http://localhost:3000
109114
2. [Deploy the application](#2-deploy-the-application)
110115

111116
## Prerequisites
112-
* Create a namespace
117+
1. [Create an account with IBM Cloud](https://console.bluemix.net/registration/)
118+
119+
2. [Install IBM Cloud CLI](https://console.bluemix.net/docs/cli/reference/bluemix_cli/get_started.html#getting-started)
120+
121+
3. Log in to your IBM Cloud account
122+
123+
4. Install the Container Registry plug-in.
124+
```
125+
bx plugin install container-registry -r Bluemix
113126
```
114-
$ bx cr namespace-add <your_namespace>
127+
128+
5. Install the Container Service plug-in.
129+
```
130+
bx plugin install IBM-Containers -r Bluemix
131+
```
132+
133+
6. [Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl)
134+
135+
7. Create cluster
115136
```
137+
bx cs cluster-create --name YOUR_CLUSTER_NAME
138+
```
139+
140+
8. Configure Kubernetes cluster
141+
```
142+
$ bx cs cluster-config YOUR_CLUSTER_NAME
143+
```
144+
145+
Copy and paste response in CLI
146+
147+
9. Create a namespace
148+
```
149+
$ bx cr namespace-add YOUR_NAMESPACE
150+
```
151+
116152

117153
### 1. Build image
118154

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /