1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00
Mirror
Go to file
Daniel Pan c042f4ba2c Merge pull request #1006 from haiwen/repo-folder-perm
[api] add repo user/group folder perm api
2016-01-27 11:24:14 +08:00
.tx
fabfile
locale [i18n] Update locales 2015-12-18 10:57:14 +08:00
media [api] update search user api 2016-01-14 13:10:24 +08:00
seahub [api] add repo user/group folder perm api 2016-01-27 09:58:20 +08:00
sql update initial sqls 2015-10-21 14:16:33 +08:00
static [api] update search user api 2016-01-14 13:10:24 +08:00
tests [api] add repo user/group folder perm api 2016-01-27 09:58:20 +08:00
thirdpart Upgrade rest framwork, check memcached at startup 2015-12-05 16:35:51 +08:00
tools
.gitignore
.travis.yml
code-check.sh
CONTRIBUTORS
HACKING
i18n.sh
LICENSE.txt
Makefile Fix tests 2015-12-05 16:35:51 +08:00
manage.py
pylintrc
pylintrc.template
pytest.ini Fix tests and replace mimetype with content_type 2015-12-05 16:35:50 +08:00
README.markdown
requirements.txt fix travis ci 2016-01-04 13:17:13 +08:00
run-seahub.sh.template
send_user_notifications.sh.template
setenv.sh.template
test-requirements.txt Fix tests 2015-12-05 16:35:51 +08:00

Build Status

Introduction

Seahub is the web frontend for Seafile.

Preparation

Getting it

You can grab souce code from GitHub.

$ git clone git://github.com/haiwen/seahub.git

Install python libraries by pip:

pip install -r requirements.txt

Configuration

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

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)

Please refer to https://github.com/haiwen/seafile/wiki/Seahub-Translation