8000 GitHub - odacoder/kanin-tutorials-starter: A starter project for following along with the Kanin (LFE RabbitMQ) tutorials.
[go: up one dir, main page]

Skip to content

odacoder/kanin-tutorials-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Project

For the Kanin Tutorials

Introduction

The "code" in this starter project isn't really code, but rather just a basic, mostly empty LFE project ... but one with all the proper dependencies defined.

The intended use of this project is as a starting point for the developer who wants to walk through the Kanin / RabbitMQ tutorials. The completed code is available in this repo, should you be uninterested in following along the tutorials an 5C31 d doing it yourself. Cheater.

Use

For use with the tutorials, do the following:

  1. $ git clone https://github.com/billosys/kanin-tutorials-starter.git
  2. $ cd kanin-tutorial-starter
  3. $ make compile

This step will take a bit longer than most LFE/Erlang rebar compile steps, as it will download three dependency RabbitMQ/AMQP libraries and build them as part of the Kanin dependency chain.

After that, you're ready to use the LFE REPL and following along in the tutorial:

  • $ make repl-no-deps

About

A starter project for following along with the Kanin (LFE RabbitMQ) tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0