diff --git a/Yavsc/contrib/kestrel-pkg/etc/kestrel/webenv.template b/Yavsc/contrib/kestrel-pkg/etc/kestrel/webenv.template new file mode 100644 index 00000000..1aa05e5e --- /dev/null +++ b/Yavsc/contrib/kestrel-pkg/etc/kestrel/webenv.template @@ -0,0 +1,12 @@ +#!/bin/bash + +# Dnx command for this web app +NAME=[myWebAppName] + +# root path to the server assets +ROOT=[/srv/www/[myRootDir]] + +# relative path to the project source tree, +# from the above root path +PROJECT=[approot/src/[projectName]] +