-
Notifications
You must be signed in to change notification settings - Fork 139
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
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# [WIP] Example Setup with AWS | ||
|
||
**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/J12934/juicy-ctf/issues/15 | ||
**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/iteratec/juicy-ctf/issues/15 | ||
|
||
**WARNING:** The resources created in this guide will cost about \$70.00/month. The actual price might depend on its usage, but make sure to delete the resources as described in Step 5 Deinstallation when you do not need them anymore. | ||
|
||
|
@@ -35,7 +35,7 @@ kubectl config current-context | |
|
||
```sh | ||
# We'll need to clone this git repo for the moment, as the helm chart isn't pushed to any registry | ||
git clone [email protected]:J12934/juicy-ctf.git | ||
git clone [email protected]:iteratec/juicy-ctf.git | ||
|
||
# First we'll need to fetch the charts JuicyCTF depends on | ||
helm dependency update ./juicy-ctf/helm/juicy-ctf/ | ||
|
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,6 +1,6 @@ | ||
# [WIP] Example Setup with Microsoft Azure | ||
|
||
**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/J12934/juicy-ctf/issues/16 | ||
**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/iteratec/juicy-ctf/issues/16 | ||
|
||
**WARNING:** The resources created in this guid will cost about \$??/month. | ||
Make sure to delete the resources as described in Step 5 Deinstallation when you do not need them anymore. | ||
|
@@ -27,7 +27,7 @@ kubectl config current-context | |
|
||
```bash | ||
# We'll need to clone this git repo for the moment, as the helm chart isn't pushed to any registry | ||
git clone [email protected]:J12934/juicy-ctf.git | ||
git clone [email protected]:iteratec/juicy-ctf.git | ||
|
||
# First we'll need to fetch the charts JuicyCTF depends on | ||
helm dependency update ./juicy-ctf/helm/juicy-ctf/ | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ kubectl config current-context | |
|
||
```bash | ||
# We'll need to clone this git repo for the moment, as the helm chart isn't pushed to any registry | ||
git clone [email protected]:J12934/juicy-ctf.git | ||
git clone [email protected]:iteratec/juicy-ctf.git | ||
|
||
# First we'll need to fetch the charts JuicyCTF depends on | ||
helm dependency update ./juicy-ctf/helm/juicy-ctf/ | ||
|
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,7 +22,7 @@ If you aren't familiar with helm, try out the helm 3 alpha. | |
It's easier to install and easier to use. It's pretty stable, and it doesn't have a server side component anymore. It just runs on your local machine. | ||
|
||
```sh | ||
git clone [email protected]:J12934/juicy-ctf.git | ||
git clone [email protected]:iteratec/juicy-ctf.git | ||
|
||
# First we'll need to fetch the charts JuicyCTF depends on | ||
helm dependency update ./juicy-ctf/helm/juicy-ctf/ | ||
|