./install.sh
wget http://redis.googlecode.com/files/redis-1.2.5.tar.gz
tar -xvf redis-1.2.5.tar.gz
rm redis-1.2.5.tar.gz
cd redis-1.2.5
make
cd redis-1.2.5
cp redis.conf redis2.conf
cat redis2.conf | sed ’s/6367/6669/g’ > redis.conf
rm redis2.conf
pip install -r requirements.txt
python make-keys.py
./launch 'stock'
./launch 'TWTR'
./manual-shutoff
RUN is default 1.
python download-db-csv.py RUN STOCK
eg. python download-db-csv.py 1 'TWTR'