Skip to content

aforward-obsolete/chef-elixir-mapreduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Chef cookbook for installing a mapreduce algoirthm written in elixir, a functional language built on top of erlang.

How to add to your cookbook repository

Consider using our chef-solo bootstrap project (includes a simple deployment script for synching with your remote servers).

More information at: https://github.com/aforward/chef-bootstrap

git clone https://github.com/aforward/chef-bootstrap YOUR_REPO_ROOT
cd YOUR_REPO_ROOT
cp ~/.ssh/id_dsa.pub ./bootstrap/root_authorized_keys
bundle install

Then, consider using a git submodule so that you can monitor changes in this cookbook separately.

For more info, check out the Pro Git book.

cd YOUR_REPO_ROOT
git submodule add https://github.com/aforward/chef-elixir.git chef/cookbooks/elixir
git submodule add https://github.com/aforward/chef-elixir-mapreduce.git chef/cookbooks/elixir-mapreduce

History

2013-06-11

Initial install

About

A mapreduce algorithm written in elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published