#!/bin/bash wtlibpath=/home/lawsa/sources/wt/build/src export LD_LIBRARY_PATH="$wtlibpath":"$wtlibpath"/http:"$wtlibpath"/Wt/Dbo:"$wtlibpath"/Wt/Dbo/backend:/home/lawsa/builds/development/lib # Docroot is set to '.' and after ;, each of the folders with static # content are listed (comma-separated). If this comma-separated list # isn't present, internal paths get nasty. ./meals --docroot '.;thereshouldbe/no/such/folder' --http-address 0.0.0.0 --http-port 9090