mirror of https://github.com/perkeep/perkeep.git
echo port in run.sh
Change-Id: I697a97bf9f00d597a8471315f9b7aeb343022644
This commit is contained in:
parent
93bb2c28c8
commit
110d16e2d8
|
@ -3,10 +3,11 @@
|
|||
set -e
|
||||
|
||||
Bin=$(dirname $( readlink -f $0))
|
||||
Port=8081
|
||||
|
||||
LOGDIR=$Bin/../logs
|
||||
mkdir -p $LOGDIR
|
||||
|
||||
cd $Bin
|
||||
echo "Running camweb in $Bin"
|
||||
../build.pl website && ./camweb --http=:8081 --root=$Bin --logdir=$LOGDIR
|
||||
echo "Running camweb in $Bin on port $Port"
|
||||
../build.pl website && ./camweb --http=:$Port --root=$Bin --logdir=$LOGDIR
|
Loading…
Reference in New Issue