Nice little intro... but I ran into some problems:
After installing CB, cloning this repo, setting up the db, installing bcrypt (it seems to start in my erl REPL) and making a boss.config file, it still doesn't work.... Here's what I get from the CB log when I try to register a user:
{{badmatch,undefined},
[{bcrypt,mechanism,0,[{file,"src/bcrypt.erl"},{line,15}]},
{bcrypt,gen_salt,0,[{file,"src/bcrypt.erl"},{line,18}]},
{colosimo_user_controller,register,3,
[{file,"/home/trevor/work/colosimo/src/controller/colosimo_user_controller.erl"},
{line,28}]},
{boss_web_controller,execute_action,5,
[{file,"src/boss/boss_web_controller.erl"},{line,772}]},
{boss_web_controller,process_dynamic_request,5,
[{file,"src/boss/boss_web_controller.erl"},{line,521}]},
{boss_web_controller,process_request,5,
[{file,"src/boss/boss_web_controller.erl"},{line,510}]},
{timer,tc,3,[{file,"timer.erl"},{line,194}]},
{boss_web_controller,build_dynamic_response,4,
[{file,"src/boss/boss_web_controller.erl"},
{line,444}]}]}
Any clues? I'll gladly update the readme with precise instructions once we get this working. : )
Nice little intro... but I ran into some problems:
After installing CB, cloning this repo, setting up the db, installing bcrypt (it seems to start in my erl REPL) and making a boss.config file, it still doesn't work.... Here's what I get from the CB log when I try to register a user:
Any clues? I'll gladly update the readme with precise instructions once we get this working. : )