mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-17 22:47:59 +00:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
export CCNET_CONF_DIR=/home/plt/dev/ccnet/seafile/tests/basic/conf2
|
||
|
export PYTHONPATH=/opt/lib/python2.6/site-packages:thirdpart
|
||
|
|
||
|
./manage.py runserver
|