Subversion Repositories SmartDukaan

Rev

Rev 4511 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2863 chandransh 1
#!/bin/bash
547 rajveer 2
 
3919 chandransh 3
/etc/init.d/catalog-server start
4
/etc/init.d/user-server start
5
/etc/init.d/order-server start
6
/etc/init.d/logistics-server start
7
/etc/init.d/helper-server start
8
/etc/init.d/promotion-server start
3918 chandransh 9
 
3143 rajveer 10
PROJECT_DIR="${HOME}/code/trunk"
2863 chandransh 11
LOGDIR="${PROJECT_DIR}/runutils"
12
 
13
export PYTHONPATH=${PROJECT_DIR}/PyProj/src:${PROJECT_DIR}/ThriftConfigPy/src:/usr/lib/pymodules/python2.6:/usr/lib/pymodules/python2.6/gtk-2.0:/usr/lib/python2.6:/usr/lib/python2.6/dist-packages:/usr/lib/python2.6/dist-packages/PIL:/usr/lib/python2.6/dist-packages/gst-0.10:/usr/lib/python2.6/dist-packages/gtk-2.0:/usr/lib/python2.6/lib-dynload:/usr/lib/python2.6/lib-old:/usr/lib/python2.6/lib-tk:/usr/lib/python2.6/plat-linux2:/usr/local/lib/python2.6/dist-packages:/usr/local/lib/python2.6/dist-packages/Elixir-0.7.1-py2.6.egg:/usr/local/lib/python2.6/dist-packages/TracXMLRPC-0.1-py2.6.egg:/usr/local/lib/python2.6/dist-packages/tornado-1.0.1-py2.6.egg
14
 
15
/usr/bin/python2.6 -u ${PROJECT_DIR}/PyProj/src/shop2020/helpers/impl/EmailSender.py >> ${LOGDIR}/emailsender.log 2>&1 &