Download and install Erlang r16b02 https://www.erlang-solutions.com/downloads/download-erlang-otp
Download ChicagoBoss v0.8.9 https://github.com/ChicagoBoss/ChicagoBoss/archive/v0.8.9.zip # rename this to ChicagoBoss # Go to CB directory cd ChicagoBoss/ # Get all dependences of CB ./rebar get-deps # Delete erlydtl dependence rm -rf deps/erlydtl/ # Edit rebar.config vim deps/boss_db/rebar.config # And add tag v0.8.1 to erlydtl dep, just like that {erlydtl, ".*", {git, "git://github.com/erlydtl/erlydtl.git", {tag, "0.8.0"}}} # and then make clean && make On Monday, February 17, 2014 2:49:26 PM UTC-6, Iván Carmenates wrote: > > Regards Karim, > > Thanks for answer me, > > I will be waiting... another thing if you need some help, about > documentation for cb or anything like it that does not mean so much work, > because I'm so so busy for now, but I have always a little of space and I'm > willing to help, just let me know. > > Another thing: There is somewhere a new documentation for cb 0.8.9 or the > current master? > > > > El domingo, 16 de febrero de 2014 11:39:25 UTC-5, Karim Dahmani escribió: >> >> Hi Ivan, >> >> We had the same problems, I know my developers managed to solve them, I >> will get my developer to post how he did it for you as soon as possible. >> >> On Saturday, February 15, 2014 11:06:50 AM UTC-6, Iván Carmenates wrote: >>> >>> Regards, >>> >>> >>> >>> I'm starting a project and I'm using the old version of CB 0.8.7 but I >>> have many troubles with it, for example: when connecting it with postgreSQL >>> all fine until I open 3 or 4 taps in the browser and make multiple >>> requests, each request insert 1000 rows in a database, and if I do that >>> repeatedly for a very short time I get a boss system crash and the requests >>> cannot be received in the browser. I tried the same using mysql module for >>> an mysql database and everything went right, so I tried to replace the >>> pgsql driver for a new one, but then I have to update the entire CB because >>> the chain of errors grow up and up. >>> >>> >>> >>> I cannot connect to github using rebar because of the git protocol and >>> the restrictions of my proxy, I just need the last functional version of CB >>> with all it deps, like the one (old now) you posted in the official site of >>> CB http://chicagoboss.org/ months ago, now you have a reference to >>> github without any deps. I liked it more when you could go to the official >>> site and download the full and stable version. >>> >>> >>> >>> Just in case you don't know I took the attribution of download >>> dependency by dependency, commit by commit, tag by tag, 66 in total from >>> github, but at the end it was a disaster because some deps uses one version >>> of one specific dep and another use another version of the same dep, and >>> even if I put each one on its deps folder the rebar when compiling does not >>> recognize some of it and I have to put all of it in the same level at CB >>> deps folder. So which version do I must choose?. >>> >>> >>> >>> My point is, it would very nice to have already the 0.8.9 release with >>> all its deps in the official site. Because I think, or maybe I’m wrong, >>> there are people like me that cannot mess with all rebar get-deps and >>> strangest protocols like git and so on. >>> >>> >>> >>> Best, >>> >>> Ivan >>> >> -- 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/745dc12e-6e70-4f0c-b863-b4b8873aec0e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
