mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-09 16:38:20 +00:00
Improved README
This commit is contained in:
parent
078faaa57b
commit
ad33ad0ba7
@ -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
|
||||
==========
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user