Hi everybody,

I managed to install yaws as a service and run my CodeIgniter application 
locally with yaws (it took me a couple of days to get things right, though).

Also, I worked my way through *Learn You Some Erlang* up to the last 
chapter and watched the video *Chicago Boss: A Web Framework Built for 
Comfort (and Speed) - by Evan Miller*. 

Next I installed Chicago Boss and created a new project, according to the 
60 second Quickstart:

For Windows, type

windows-make.bat
windows-make.bat app PROJECT=mynewproject
cd ..\mynewproject
start-server.bat

Running start-server.bat confused me a bit, as it looked like some errors, 
especially at last, but http://localhost:8001/ worked fine. Well, it didn't 
take me long to discover that this was just the standard yaws page. So I 
decided to stop the yaws service and install the cb_tutorial. 

Running start-server.bat from this directory produced the same results, and 
now http://localhost:8001/ gave me an error: no connection. 

So I decided to rerun start-server.bat and log the output to inspect 185 
lines. Looking at this log file and the batch file and the rebar commands I 
couldn't figure out what the problem could be -- most of it looks fine, 
there are quite a number of warnings with respect to dict/0 being 
deprecated, so nothing to worry about, and finally the message that *make *is 
spelled incorrectly or cannot be found. Well, I'm afraid, this is true.

Of course, I could launch VirtualBox, test my luck and run everything in 
there, but this would be taking the easy way. It should run in Windows as 
well. What is the problem?

Karl

-- 
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/cb8368aa-4b7e-40e4-8ffc-e2332b082af2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to