diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-07 04:58:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 04:59:40 +0700 |
commit | 7ddb2deab96fb0268e0229116d558f886da6b3b9 (patch) | |
tree | 8086a47f1e427e4286a71817f94da6dc90399c38 /network/seafile-server/README | |
parent | bab028ad4d2c83ea3bab224a5822f6be2beffc27 (diff) |
network/seafile-server: Added (Cloud Storage System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/seafile-server/README')
-rw-r--r-- | network/seafile-server/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/network/seafile-server/README b/network/seafile-server/README new file mode 100644 index 000000000000..1df468f0307a --- /dev/null +++ b/network/seafile-server/README @@ -0,0 +1,30 @@ +Seafile is a next-generation open source cloud storage system with +advanced support for file syncing, privacy protection and teamwork. + +Collections of files are called libraries, and each library can be +synced separately. A library can be encrypted with a user chosen +password. This password is not stored on the server, so even the +server admin cannot view a file's contents. + +Seafile allows users to create groups with file syncing, wiki, and +discussion to enable easy collaboration around documents within a +team. + +Note: +This package conflicts with seafile-server. Install just one of +them at the same time. If you want seafile-gui for some reasons +with seafile-server, you don't need seafile-client. + +This package does not update/upgrade Seafile internal stuff. +See /opt/haiwen/seafile-server/scripts/upgrade and refer to the +Seafile manual: + + http://manual.seafile.com/deploy/upgrade.html + +Stop your instance before upgrading this package and don't use +the shell scripts from the documentation, but use `seafile` from +/usr/sbin to start/stop Seafile. + +This package is build for personal use, not business/enterprise +cases. Configuring for FCGI, MySQL, Cluster etc. you're on your +own, but any suggestions are welcome. |