Course_rec / app /start.sh
Tao Wu
add redis
a5b4383
raw
history blame
63 Bytes
#!/bin/bash
redis-server --daemonize yes
exec python -u app.py