Hello, ChicagoBoss does not yet run on yaws. So if you're setting up yaws to run on port 8001 ahead of time, then you are likely seeing errors as the result of a port conflict, since CB, by default uses cowboy as it's underlying (and built in) server.
It's quite common in erlang to package the webserver as part of an application, rather than depending on one already being installed (like PHP), and ChicagoBoss is no exception. I'd recommend either uninstalling yaws, or updating the port configuration in boss.config or in the yaws config. -Jesse -- Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm On Feb 5, 2015 2:50 AM, "kklepper" <[email protected]> wrote: > Well, this is no solution, I'd rather use VirtualBox instead. > > But I referred to the claim of the project. It should work as advertised. > Erlang works, yaws works, I don't see why ChicagoBoss shouldn't work. > > Am Donnerstag, 5. Februar 2015 09:39:42 UTC+1 schrieb Emacs the Viking: >> >> Maybe installing cygwin might help... http://cygwin.com/ >> That should include the build tools...? >> >> -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/f6529ab5-cf0b-41d6-954a-3be3ae270b4e%40googlegroups.com > <https://groups.google.com/d/msgid/chicagoboss/f6529ab5-cf0b-41d6-954a-3be3ae270b4e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAPTXyXdSdLJsgS5Ea0abz1wqCoB%3DcVrVsKqm1ANaSJpUGcSxzQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
