Advertisement
akhfa

Seafile Prerequisites

Jan 24th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # Prerequisite centos
  2. yum install MySQL-python python-memcached python-ldap python-imaging python-setuptools
  3.  
  4. # seafile cli
  5. ./seaf-cli sync -l <library-id> -s <seahub-server-url> -d <existing-folder> -u <username> [-p <password>]
  6. ./seaf-cli sync -l abcdefgh-abcd-abcd-abcd-6d3266c28859 -s http://apapun.com -d /root/Seafile/My\ Library -u apapun@gmail.com
  7. ./seaf-cli desync -d /root/My\ Library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement