From 617387813b9f68e54cb4d9510c052bb2087f1e89 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 14 Sep 2007 11:44:39 -0700 Subject: [PATCH] update docs to include cookie creation step --- README.txt | 2 ++ Rakefile | 1 + elibs/port_wrapper.beam | Bin 1752 -> 1752 bytes elibs/rails_connection_pool.beam | Bin 3516 -> 3516 bytes elibs/rails_forwarder.beam | Bin 3956 -> 3956 bytes elibs/resource_manager.beam | Bin 2860 -> 2860 bytes elibs/test_rails_handler.beam | Bin 800 -> 800 bytes join_cluster.beam | Bin 1224 -> 1224 bytes 8 files changed, 3 insertions(+) diff --git a/README.txt b/README.txt index d39c6f6..9f15db7 100644 --- a/README.txt +++ b/README.txt @@ -39,6 +39,8 @@ Build Fuzed: == Configuration +Create a shared Erlang cookie on each machine. In order for Erlang processes in different interpreters to communicate with each other, they each need to be able to find a file called .erlang.cookie in the home directory of the user under which they are running. The cookie should contain 20 uppercase alpha characters on a single line (no newline). + Generate a starter Yaws config file with: fuzed-conf RAILS_ROOT 8080 diff --git a/Rakefile b/Rakefile index 249d9ba..d5f9575 100644 --- a/Rakefile +++ b/Rakefile @@ -11,6 +11,7 @@ Hoe.new('fuzed', Fuzed::VERSION) do |p| # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1] p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") + p.extra_deps << ['erlectricity', '>= 0.1.0'] end task :build do diff --git a/elibs/port_wrapper.beam b/elibs/port_wrapper.beam index a3bd93f2e6c8b0d51ff12ef4f1901734275dac91..7eed67f224aacf79c6180c02270d6a29e7b96349 100644 GIT binary patch delta 19 acwW1~dxLjF7aO~5B4eU>qVeR3Z0-O;{RR#I delta 19 acwW1~dxLjF7aO}|qG+ONqUq#`Z0-O=VFo?` diff --git a/elibs/rails_connection_pool.beam b/elibs/rails_connection_pool.beam index db10fa2728951f20738623fb4402447a1e44ec89..35533a213544490e60a04df73c70737bfbc2f876 100644 GIT binary patch delta 19 acwXBhy+?XO3NO2CB4eU>qVeQx-ar68)&;%* delta 19 acwXBhy+?XO3NO24qG+ONqS@qZ-ar6AKLzgq diff --git a/elibs/rails_forwarder.beam b/elibs/rails_forwarder.beam index d6867e38949a215771369b67f7743b6592e7bb12..a5d0802710085c23df831488d216d424b194beb3 100644 GIT binary patch delta 19 acwYM=_eE}l3O~DSB4eU>qRC`!eop{G_XV*4 delta 19 acwYM=_eE}l3O~DKqG+ONqS<6^eop{ITLs|& diff --git a/elibs/resource_manager.beam b/elibs/resource_manager.beam index 6e09ebf76652fde64bfdce7ce8213fa03b1f86fc..ca44082f1b9b769ae2622030b5bbd90984411c15 100644 GIT binary patch delta 19 acwSp0wnl8jEiQK1M8-t%M3c!6xx4{Glm>MG delta 19 acwSp0wnl8jEiQJ+MA1akM6<~cxx4{H_y(l_ diff --git a/elibs/test_rails_handler.beam b/elibs/test_rails_handler.beam index 97cf2b4b1fbd2c443df08d89d6b3db582cb905c1..57575e70dd3b5e01162ec820319f2fb78e0a29b0 100644 GIT binary patch delta 19 acwSq;wt#KJ876kwM8-t%M3c#vnS230UqVeQ*7DoU-X9dUr delta 19 acwRffd4h980}H!kqG+ONqRHfT7DoU;#s&8P -- 2.11.4.GIT