Hi,
I am a newbie to erlang and to yaws. I would like to run yaws using cean. I have installed cean and yaws in cean—cean:display(installed). outputs “yaws” as the last entry. (All this is on a 64-bit AMD machine.)
Now how do I run the yaws that I installed using a custom config file that I have made? Is it possible to run the yaws by itself, or do I always have to start it from the interactive shell of cean?
yaws:start(). fails with the “failed to load setuid_drv” error that many people have reported.
Following the steps at http://www.erlang.org/pipermail/erlang-questions/2006-November/024153.html works as expected, without errors.
Is there a way to run yaws from a shell-script or some such, without having to type in all the configuration information in the interactive shell?
Thanks for your patience,
Philip
