1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00
seahub/README.markdown

49 lines
1.2 KiB
Markdown
Raw Normal View History

2014-09-06 04:39:08 +00:00
[![Build Status](https://secure.travis-ci.org/haiwen/seahub.svg?branch=master)](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>
2013-10-26 09:14:01 +00:00
* Django 1.5, download from <https://www.djangoproject.com/download/1.5.5/tarball/>
2012-12-28 03:27:11 +00:00
* Djblets
easy_install --upgrade Djblets
Getting it
==========
You can grab souce code from GitHub.
$ git clone git://github.com/haiwen/seahub.git
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