You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/spring/content/azure/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Watch this video for a quick overview of the setup process.
22
22
23
23
## Download
24
24
25
-
Download [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-ebaas_latest.zip).
25
+
Download [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.1/azure-ebaas_latest.zip).
26
26
27
27
## Setup
28
28
@@ -55,7 +55,7 @@ The Multicloud installation is done using the Azure Cloud Shell. The following s
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.0.0/azure-ebaas-platform_latest.zip) stack. For example:
58
+
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.1/azure-ebaas-platform_latest.zip) stack. For example:
Copy file name to clipboardExpand all lines: docs-source/spring/content/development/cli/_index.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ microservices applications as well as bindings with the resources that they use.
9
9
10
10
Table of Contents:
11
11
12
+
*[Installing the CLI](#installing-the-cli)
12
13
*[Using the CLI](#using-the-cli)
13
14
*[Available Commands](#available-commands)
14
15
*[Help](#help)
@@ -25,6 +26,28 @@ Table of Contents:
25
26
*[User Management](#user-management)
26
27
*[Logging Information](#logging)
27
28
29
+
## Installing the CLI
30
+
31
+
The Oracle Backend for Spring Boot CLI is used to configure your backend and to deploy your Spring Boot applications to the backend.
32
+
33
+
1. Download the Oracle Backend for Spring Boot and Microservices CLI `oractl`
34
+
35
+
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.1)
36
+
37
+
1. Rename the downloaded file to `oractl`
38
+
39
+
1. Add `oractl` to PATH variable
40
+
41
+
You need to make sure it is executable and add it to your PATH environment variable.
42
+
43
+
```shell
44
+
<copy>
45
+
chmod +x oractl
46
+
export PATH=/path/to/oractl:$PATH</copy>
47
+
```
48
+
49
+
**NOTE:** If environment is a Mac you need run the following command`sudo xattr -r -d com.apple.quarantine <downloaded-file>` otherwise will you get a security warning and the CLI will not work.
50
+
28
51
## Using the CLI
29
52
30
53
1. Expose the Oracle Backend for Spring Boot and Microservices Admin server that the CLI calls using this command:
@@ -41,22 +64,20 @@ Table of Contents:
41
64
42
65
As a result, the `oractl` prompt is displayed as follows:
- Oracle Backend for Spring Boot and Microservices command-line interface (oractl). [Download oractl](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.0.0).
109
+
- Oracle Backend for Spring Boot and Microservices command-line interface (oractl). [Download oractl](https://github.com/oracle/microservices-datadriven/releases).
110
+
-[OPTIONAL]Oracle Backend for Spring Boot and Microservices VS Code Extension. [Download VS Code Extension](https://github.com/oracle/microservices-datadriven/releases).
0 commit comments