March 2018
Intermediate to advanced
304 pages
6h 59m
English
Let’s start by making sure that you’ve set up your development environment. Your system will need to have the prerequisites listed in the System Dependencies, installed and ready to go, and you’ll need to download the example application source code via one of the methods explained in Online Resources.
Once that’s done, make sure that you’re looking at the directory for this chapter. We’re going to be running a few commands using the mix build tool.
Make sure that you’re running the correct versions of Elixir, just to make sure that you don’t download and compile packages using the wrong version:
| | $ elixir --version |
| | Erlang/OTP 20 Build details |
| | |
| | Elixir 1.5.0 |
Great, with Elixir 1.5 (and Erlang/OTP 20), ...
Read now
Unlock full access