(Last updated March 13, 2008. Tutorial written using Yanel revision 33411, FOAF realm version 33411 and Yulup 0.3.1-r27430)
[echo] #################################################################################do not accept the default 'NO'. Enter 'yes'. This will create the $YANEL_SRC/conf/local directory and files you need to install the FOAF realm.
[echo] # As a first time user one does NOT have to configure anything any further, but #
[echo] # rather exit here and just run build.sh on UNIX resp. build.bat on Windows! #
[echo] #################################################################################
[input] Do you want to continue the configuration nevertheless? (yes/NO)
<realm id="foaf" mount-point="/foaf/">Replace $FOAF_REALM_SRC with the directory which contains the downloaded FOAF realm.
<name>FOAF</name>
<config src="$FOAF_REALM_SRC/"/>
</realm>
<resource-type src="$FOAF_REALM_SRC/src/resources/shared/" compile="true" />Replace $FOAF_REALM_SRC with the directory which contains the downloaded FOAF realm.
<resource-type src="$FOAF_REALM_SRC/src/resources/foaf/" compile="true" />
<resource-type src="$FOAF_REALM_SRC/src/resources/redirect/" compile="true" />
<resource-type src="$FOAF_REALM_SRC/src/resources/findfriend/" compile="true" />
./yanel.sh stop
./build.sh clean #(just to make sure)
./build.sh
./yanel.sh start