September 2013
Intermediate to advanced
548 pages
12h 25m
English
In this section we’ll go through the steps necessary to make an open source Erlang project that we’ll host on GitHub. I’ll assume that you have an account on GitHub. We’ll use rebar to manage the project.
We’ll do the following:
Install rebar.
Create a new project on GitHub.
Clone the project locally.
Add the project boilerplate code using rebar.
Use rebar to compile our project.
Upload our project to GitHub.
Rebar is available from https://github.com/basho/rebar. You should be able to find a prebuilt binary of rebar at https://github.com/rebar/rebar/wiki/rebar. To install rebar, make a copy of this file, change the file mode to executable, and put it somewhere in ...
Read now
Unlock full access