January 2018
Intermediate to advanced
318 pages
7h 6m
English
Lastly, we have Ubuntu 17.04. The installation process is pretty much the same as the commands we executed for macOS. However, making sure that we download the correct executable and also that we use the sudo command as the permissions on the /usr/local/bin folder is slightly different between the operating systems:
$ sudo sh -c "curl -L https://github.com/funktionio/funktion/releases/download/v1.0.14/funktion-linux-amd64 > /usr/local/bin/funktion"$ sudo chmod +x /usr/local/bin/funktion
Once downloaded and made executable you should be able to run:
$ funktion version
You should see something like the following:

Now that we have ...
Read now
Unlock full access