For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
Running yaws using cean
Posted: 25 April 2008 06:20 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-04-25

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

Profile
 
 
Posted: 04 November 2008 12:06 PM   [ Ignore ]   [ # 1 ]
Senior Member
Avatar
RankRankRankRank
Total Posts:  117
Joined  2006-11-13

yaws packaging will be improved this week.
it will come with running scripts (into yaws’s priv directory) to help using yaws on shell command

Profile