-
Notifications
You must be signed in to change notification settings - Fork 134
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 #735 from oracle/release
Release: Update main README to de-emphasise Docker (Issue: #733)
- Loading branch information
Showing
14 changed files
with
414 additions
and
500 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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# OCI Designer Toolkit Installation Guide | ||
## Build from Source | ||
|
||
### OKIT Repository | ||
Before the building either the Docker or Vagrant Images the project will need to be cloned, or downloaded, from the GitHub | ||
Repository. | ||
|
||
#### Clone | ||
The command shows how this can be cloned to the local machine. | ||
|
||
```bash | ||
git clone -c core.autocrlf=input [email protected]:oracle/oci-designer-toolkit.git | ||
``` | ||
|
||
or | ||
|
||
```bash | ||
git clone -c core.autocrlf=input https://github.com/oracle/oci-designer-toolkit.git | ||
``` | ||
|
||
#### Update | ||
If you have previously cloned the GitHub Repository you can update to the latest release by pulling it from the repository | ||
with the following command. | ||
|
||
```bash | ||
cd oci-designer-toolkit | ||
git pull | ||
``` | ||
|
||
#### 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/master.zip](https://github.com/oracle/oci-designer-toolkit/archive/master.zip) | ||
|
||
|
Oops, something went wrong.