2014-09-06 04:39:08 +00:00
[](http://travis-ci.org/haiwen/seahub)
2012-12-28 03:27:11 +00:00
Introduction
==========
2013-11-04 23:01:02 +00:00
Seahub is the web frontend for Seafile.
2012-12-28 03:27:11 +00:00
Preparation
==========
* Build and deploy Seafile server from source. See < https: // github . com / haiwen / seafile / wiki / Build-and-deploy-seafile-server-from-source >
Getting it
==========
You can grab souce code from GitHub.
$ git clone git://github.com/haiwen/seahub.git
2015-04-02 07:57:10 +00:00
Install python libraries by pip:
pip install -r requirements.txt
2012-12-28 03:27:11 +00:00
Configuration
==========
2013-01-08 03:52:54 +00:00
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` .
2012-12-28 03:27:11 +00:00
Run and Verify
==========
Run as:
./run-seahub.sh.template
Then open your browser, and input `http://localhost:8000/` , there should be a Login page. You can create admin account using `seahub-admin.py` script under `tools/` directory.
Internationalization (I18n)
==========
2013-10-26 09:14:01 +00:00
Please refer to https://github.com/haiwen/seafile/wiki/Seahub-Translation
2012-12-28 03:27:11 +00:00