Deploy Seafile on the cloud storage server of the source file in Centos
Seafile is a new generation of open-source cloud storage software. It provides richer file synchronization and management functions, as well as better data privacy protection and group collaboration functions. Seafile supports Mac, Linux, and Windows desktop platforms, and Android and iOS Mobile Platforms. Seafile is an international project developed by a Chinese team. Currently, it has around 0.1 million users, with many users in Europe. Typical institutional users include the Royal Museum of Natural Sciences in Belgium and the Wuppertal Institute of climate and energy in Germany.
You can think of Seafile as a team-oriented open-source Dropbox.
Official Forum: http://bbs.seafile.com/
Installation instructions
System Environment: Centos6.4X64
1. Prepare the installation environment
[Root @ seafile ~] # Yum install python-setuptools python-simplejson python-imaging MySQL-python mysql-server-y
2. Download seafile
[Root @ seafile ~] # Mkdir-p/usr/local/file/install
[Root @ seafile ~] # Wget-P/usr/local/file/install/http://seafile.googlecode.com/files/seafile-server_2.0.4_x86-64.tar.gz
[Root @ seafile ~] # Cd/usr/local/file/install/
[Root @ seafile install] # tar-zxvf seafile-server_2.0.4_x86-64.tar.gz
[Root @ seafile install] # Music seafile-server-2.0.4 ../seafile
[Root @ seafile install] # cd ../seafile
3. Configure the database
[Root @ seafile] # service mysqld start
[Root @ seafile] # mysqladmin-uroot password 'Arthur'
4. Install seafile
[Root @ seafile] #./setup-seafile-mysql.sh
5. Start seafile
[Root @ seafile] #./seafile. sh start
[Root @ seafile] #./seahub. sh start 8000