mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 19:05:16 +00:00
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/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
|