mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 19:05:16 +00:00
10 lines
310 B
Bash
Executable File
10 lines
310 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /Users/xiez/seahub
|
|
|
|
export CCNET_CONF_DIR=/Users/xiez/basic/conf2
|
|
export SEAFILE_CONF_DIR=/Users/xiez/basic/conf2/seafile-data
|
|
export PYTHONPATH=/Library/Python/2.7/site-packages/Django-1.3.1:thirdpart:/usr/local/lib/python2.7/site-packages/:$PYTHONPATH
|
|
|
|
python manage.py send_user_notifications
|