mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-24 02:13:15 +00:00
10 lines
254 B
Bash
10 lines
254 B
Bash
#!/bin/bash
|
|
|
|
BASE_DIR=`dirname $0`
|
|
|
|
echo ""
|
|
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
|
|
echo "-------------------------------------------------------------------"
|
|
|
|
testacular start $BASE_DIR/../config/testacular.conf.js $*
|