X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fstart_yaws.sh;h=87e6e4e2d085864a5d043877d3cc6a99f22d28b6;hb=6e96af2afdc875932c19685110c97ea7837944c6;hp=c949292754d860a0bdab6b73eaa0bc2012d2aecd;hpb=af191aceb43d17443c5cb6e7ad1af627139c4b27;p=euphorik.git diff --git a/tools/start_yaws.sh b/tools/start_yaws.sh index c949292..87e6e4e 100755 --- a/tools/start_yaws.sh +++ b/tools/start_yaws.sh @@ -1,2 +1,3 @@ -#!/bin/bash -yaws --conf /etc/yaws/yaws.conf --sname yaws --mnesiadir "/home/gburri/projets/euphorik/BD/" -I debian_yaws +#!/bin/bash +# screen est utilisé par exemple pour lancé une version de preproduction et permettre de la faire tourner après un délog +screen -S yawspreprod yaws --conf ./yaws.conf --sname yaws_dev --mnesiadir "../var/BD/" -I debian_yaws_dev