diff --git a/README.markdown b/README.markdown index af022c7385..9268b5d392 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,11 @@ You can grab souce code from GitHub. Configuration ========== -Modify `CCNET_CONF_DIR` and `PYTHONPATH` in `setenv.sh` to fit your path. +Modify `CCNET_CONF_DIR`, `SEAFILE_CONF_DIR` and `PYTHONPATH` in `setenv.sh.template` to fit your path. + +`CCNET_CONF_DIR` is the directory contains `ccnet.conf`. + +`SEAFILE_CONF_DIR` is the directory contains `seafile.conf`. Run and Verify ========== diff --git a/setenv.sh.template b/setenv.sh.template index 0e2849e7cd..4860bbb4d1 100644 --- a/setenv.sh.template +++ b/setenv.sh.template @@ -1,2 +1,3 @@ export CCNET_CONF_DIR=/home/plt/dev/ccnet/seafile/tests/basic/conf2 +export SEAFILE_CONF_DIR=/home/plt/dev/ccnet/seafile/tests/basic/conf2/seafile-data export PYTHONPATH=/opt/lib/python2.6/site-packages:thirdpart:$PYTHONPATH