Monday, October 30, 2006

Installing YAWS

So, I'm trying to play around with the ErlyWeb framework written by Yariv using the Erl programming language. 

For OSX Tiger there are a few things you have to install. 

I tried doing a full install from source for YAWS 1.65 but it crapped out at the last stage, so then I tried the darwinports method and it sseems to have finished without error.

This is what you have to do to setup YAWS to launch automagically via launchd during startup. 
###########################################################
# A startup item has been generated that will aid in
# starting yaws with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.darwinports.yaws.plist
########################################################### 

0 comments: