Publish: 2017-06-12 | Modify: 2017-06-12
Seafile is an open source enterprise cloud disk, similar to Owncloud. Personally, I feel that Seafile is more stable and easy to set up. To facilitate this, xiaoz has written a one-click script to quickly set up your own private cloud.
Environment Requirements:
Installation Steps:
Copy the following commands and enter them in order. If everything goes well, you will see the screenshots below. Follow the instructions in the screenshots.
yum -y install wget
wget https://raw.githubusercontent.com/helloxz/seafile/master/install_seafile.sh
chmod +x install_seafile.sh && ./install_seafile.sh
Enter number 1 to start the installation.
Press Enter when you see this message.
Enter the service name (e.g. mycloud).
Enter the public IP address of the server.
Press Enter four times.
Set the administrator email and password (the password will not be displayed, just press Enter after entering the password).
When you see the following interface, the installation is complete. Enter http//:IP:8000
to access the Seafile server. If you understand Chinese, the following operations should not be a problem. Seafile also provides clients for multiple platforms (see the end of the article).
Other Information:
Installation directory and services are as follows. If you need to configure more features or extensions, please visit the official documentation: Seafile Help Documentation
Installation Directory:
/home/MyCloud
Start Services:
/home/MyCloud/seafile-server/seafile.sh start
/home/MyCloud/seafile-server/seahub.sh start
Stop Services:
/home/MyCloud/seafile-server/seafile.sh stop
/home/MyCloud/seafile-server/seahub.sh stop
Summary:
Seafile supports clients for all platforms and is very suitable for private cloud solutions. One VPS is enough to handle everything. I have also shared a one-click script for installing Resilio Sync in the article "CentOS One-Click Install Resilio Sync Script". If you are interested, you can give it a try.
Script Source Code: CentOS 7 One-Click Install Seafile Seafile Client Download: Seafile Client
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.