nsbin/localtrac.sh
Nico Schottelius 934b38e076 add script to start trac (locally)
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
2008-11-28 13:22:08 +01:00

8 lines
203 B
Bash
Executable file

#!/bin/sh
tracdir="$HOME/privat/computer/trac"
basedir=$(basename "$tracdir")
tracd --basic-auth="$basedir,$tracdir/.htpasswd,Private" \
--port 8000 \
$tracdir
# --hostname 127.0.0.1 \