mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-17 12:14:33 +08:00
9 lines
245 B
Bash
Executable File
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
|