January 2018
Intermediate to advanced
318 pages
7h 6m
English
The notes are split into three sections; the first section gives instructions on how to install the Fission command-line client. As we have already covered this in the previous section of the chapter we can ignore this step.
Next up, in the second section we are given instructions on environment variables we need to set so that our local Fission client can interact with our Fission installation. To set these variables run the following commands:
$ export FISSION_URL=http://$(minikube ip):31313$ export FISSION_ROUTER=$(minikube ip):31314
The export command only works with macOS High Sierra and Ubuntu 17.04. Windows 10 Professional users will have to run the following commands:
$ for /f "delims=" %%a in ('minikube ...Read now
Unlock full access