-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a947b4
commit 97cc6c1
Showing
6 changed files
with
83 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,6 @@ | |
|
||
To get a trivial cluster up and running on a machine, the [compose file](https://raw.githubusercontent.com/PhonePe/drove-orchestrator/master/compose/compose.yaml) can be used. | ||
|
||
Usage: | ||
|
||
```shell | ||
git clone [email protected]:PhonePe/drove-orchestrator.git | ||
git submodule init | ||
git submodule update | ||
``` | ||
## Update etc hosts to interact wih nginx | ||
Add the following lines to `/etc/hosts` | ||
``` | ||
|
@@ -79,3 +72,13 @@ drove -c local apps scale TEST_APP-1 0 -w | |
drove -c local apps destroy TEST_APP-1 | ||
``` | ||
|
||
## Accessing the code | ||
Code is hosted on github. | ||
|
||
Cloning everything: | ||
|
||
```shell | ||
git clone [email protected]:PhonePe/drove-orchestrator.git | ||
git submodule init | ||
git submodule update | ||
``` |
Submodule epoch
updated
13 files