| 2863 |
chandransh |
1 |
#!/bin/bash
|
| 547 |
rajveer |
2 |
|
| 4697 |
rajveer |
3 |
|
|
|
4 |
PROJECT_DIR="/usr/local/lib/python2.6/dist-packages/PyProj-0.1-py2.6.egg"
|
|
|
5 |
LOGDIR="${HOME}/code/trunk/runutils"
|
|
|
6 |
|
|
|
7 |
cd ${HOME}/code/trunk/PyProj/src/dist/
|
|
|
8 |
easy_install PyProj-0.1-py2.6.egg
|
|
|
9 |
|
| 3919 |
chandransh |
10 |
/etc/init.d/catalog-server start
|
|
|
11 |
/etc/init.d/user-server start
|
|
|
12 |
/etc/init.d/order-server start
|
|
|
13 |
/etc/init.d/logistics-server start
|
|
|
14 |
/etc/init.d/helper-server start
|
|
|
15 |
/etc/init.d/promotion-server start
|
| 3918 |
chandransh |
16 |
|
| 2863 |
chandransh |
17 |
|
| 4697 |
rajveer |
18 |
export PYTHONPATH=${PROJECT_DIR}:/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
|
| 2863 |
chandransh |
19 |
|
| 4697 |
rajveer |
20 |
/usr/bin/python2.6 -u ${PROJECT_DIR}/shop2020/helpers/impl/EmailSender.py >> ${LOGDIR}/emailsender.log 2>&1 &
|