Created
November 9, 2020 18:07
-
-
Save KurtStam/ce7653bfe783791b3a465bb18edd93b1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
oc login -u developer -p developer | |
oc new-project syndesis | |
cd install/operator | |
./build.sh --operator-build go | |
cp dist/darwin-amd64/syndesis-operator ~/.syndesis/bin/ | |
oc login -u system:admin | |
./dist/darwin-amd64/syndesis-operator install cluster | |
./dist/darwin-amd64/syndesis-operator grant --user developer | |
oc login -u developer -p developer | |
./dist/darwin-amd64/syndesis-operator install operator --dev | |
./dist/darwin-amd64/syndesis-operator install app --dev | |
syndesis build -i -f -c -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment