Files
stacks-puppet-node/images/lightnode/run.sh
2016-08-17 18:06:57 -04:00

9 lines
245 B
Bash
Executable File

echo "Starting Apache2 ..."
/usr/sbin/apache2ctl start
echo "Starting memcached ..."
memcached -unobody &
echo "Warming up cache ..."
python -m tools.warmup_cache
echo "Synching cache with blockchain ..."
python -m tools.sync_cache --foreground