i downloaded the last tgz file (115) to migrate my (old) version of measureit
(112).
1. i was forced to download (114) to get the sql migrate file from 112 --> 114
:-/
2. the directory changed, and i was forced to change the content of index.html
from /var/www/measureit/
by something like that:
<meta http-equiv="Refresh" content="0; url=measureit_public_html" />
3. the same for /etc/init.d/measureit
'start')
# Need to determine if process is already running
set +e
r=`ps aux | grep python | grep data-input.py | wc -l`
set -e
if [ "$r" = "0" ] ; then
log_daemon_msg "Starting CurrentCost monitor service" "measureit"
/usr/bin/python /var/www/measureit/measureit_system_files/python/data-input.py &
log_end_msg 0
fi
;;
Original issue reported on code.google.com by smaucourt on 18 Mar 2014 at 9:52
Original issue reported on code.google.com by
smaucourt
on 18 Mar 2014 at 9:52