Set up
April 10, 2018 ยท View on GitHub
Set up
- Make sure the environment variables in
Makefileare set correctly for your environment. - Install DC/OS CLI:
make cli(by default using v1.10)
Install custom universes
In order to add OpenWhisk universe packages to the DC/OS cluster (if not yet done):
make repo
Installation steps
First installation on a fresh cluster
make apigateway-install- make sure Route53 record was set up correctly
make couchdb-install
Installation of OpenWhisk packages
make openwhisk-install
Make commands deep dive
Install APIGateway
make apigateway-install
Install OpenWhisk packages
make openwhisk-install
This installs the OpenWhisk stack, including:
- Dedicated Zookeeper Exhibitor for OpenWhisk
- Kafka service
- OpenWhisk Controller
- OpenWhisk Invoker
There are also scripts for individual services, e.g. kafka-install.
Uninstall OpenWhisk packages
make openwhisk-uninstall
There are also uninstalling scripts for individual services, e.g. kafka-uninstall.