-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from oracle/sprint-9
Patch for #86
- Loading branch information
Showing
7 changed files
with
70 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,22 +22,22 @@ python modules are installed and in addition provide a simple flask server that | |
## Clone Repository | ||
Before the building either the Docker or Vagrant Images the project will nee to be cloned from the Git Repository (or downloaded) | ||
and it is recommended that the latest Stable Release be cloned. The latest stable version number if shown in the README | ||
and the associated Release tag is in the format vX.Y.Z hence for the version 0.10.0 the Release tag will be | ||
**v0.10.0**. The command shows how this can be cloned to the local machine. | ||
and the associated Release tag is in the format vX.Y.Z hence for the version 0.10.1 the Release tag will be | ||
**v0.10.1**. The command shows how this can be cloned to the local machine. | ||
|
||
```bash | ||
git clone -b v0.10.0 --depth 1 [email protected]:oracle/oci-designer-toolkit.git | ||
git clone -b v0.10.1 --depth 1 [email protected]:oracle/oci-designer-toolkit.git | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
git clone -b v0.10.0 --depth 1 https://github.com/oracle/oci-designer-toolkit.git | ||
git clone -b v0.10.1 --depth 1 https://github.com/oracle/oci-designer-toolkit.git | ||
``` | ||
|
||
### Download | ||
If you do not have git installed locally the current release of OKIT can be retrieved by downloading it as a zip file from | ||
https://github.com/oracle/oci-designer-toolkit/archive/v0.10.0.zip | ||
https://github.com/oracle/oci-designer-toolkit/archive/v0.10.1.zip | ||
|
||
|
||
## OCI Config File | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"release": "0.10.0", | ||
"tag": "v0.10.0" | ||
"release": "0.10.1", | ||
"tag": "v0.10.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters