Showing posts with label collaboration. Show all posts
Showing posts with label collaboration. Show all posts
Wednesday, October 14, 2015
Cloud Sync Tool `Seafile` 2.1 Released
Seafile is an open source cloud synchronization and collaboration tool that you can install on your own server. It comes with desktop clients for Linux, Windows and Mac as well as mobile clients for Android and iOS.
Seafile features file libraries which can be synchronized separately, wiki module, group discussion module, online rich document / markdown editor, file revisions, file preview, event notifications, library encryption, audio / video playback support and more.
The tool uses a version control model somewhat similar to GIT but with some differences such as automatic syncing, no history stored on the client side so the data is not stored twice, resumable transfers, more user-friendly file conflicts and more.
Seafile 2.1 was released recently and the main goal of this release was to make it easier for new users to get started with Seafile.
Changes in Seafile 2.1 (server):
- improved web UI: redesigned navigation of the web interface;
- easier for new users to get started: a default personal library is now automatically created for new users the first time they log in. The library contains a help manual and system admins can customize the contents of the default library;
- an online help has been bundled with the server;
- added FUSE support, currently read-only, can be used for data backup;
- added WebDAV support;
- redesigned notification module;
- uploadable share links;
- [login] added captcha to prevent brute force attack;
- [sub-library] user can choose whether to enable sub-library;
- improved error messages when upload fails;
- set default browser file upload size limit to unlimited;
- improved admin UI;
- more flexible customization options.
The desktop client was also redesigned. On Windows, the new client will download the user's default personal library and create a virtual disk pointing to it. This makes users who're familiar with Dropbox easier to get started.
![]() |
Seafile Desktop (Linux) client |
Here are a few more Seafile 2.1 (server) screenshots:
Download Seafile
Before installing Seafile on your server, you can give it a try by using THIS online demo.
Seafile (server) runs on Linux (Debian, Ubuntu, CentOS and Raspberry Pi), Windows and Mac OS X while the Seafile client is available for Linux, Windows, Mac OSX, Android and iOS:
Labels:
cloud,
collaboration,
linux,
Raspberry Pi,
seafile,
sync,
Ubuntu,
windows
Tuesday, October 6, 2015
ownCloud 6 Released With Online Collaborative Document Editing, More
ownCloud, a free software alternative to proprietary web services such as Dropbox, Google Drive and others that you can install on your own server, has reached version 6.
![]() |
ownCloud 6 |
For those not familiar with ownCloud, this is a tool that you can install on your server (there are also desktop and mobile sync clients) which comes with a web interface that provides access to file management, calendars, tasks, image gallery, music player, document viewer and more.
It features file, contacts and calendar sync, quickly share files, calendars and so on, file versioning (you can easily revert the changes you make to a file) and support for external storage so you can mount Dropbox, Swift, FTPs, GoogleDrive, S3 and external WebDAV servers from ownCloud. More about ownCloud features.
The latest ownCloud 6 features an improved design, performance improvements as well as new features:
It features file, contacts and calendar sync, quickly share files, calendars and so on, file versioning (you can easily revert the changes you make to a file) and support for external storage so you can mount Dropbox, Swift, FTPs, GoogleDrive, S3 and external WebDAV servers from ownCloud. More about ownCloud features.
The latest ownCloud 6 features an improved design, performance improvements as well as new features:
- ownCloud Documents enables online, live, collaboration editing of standard documents - you can upload existing documents or create new documents from the ownCloud web interface and edit them inside the browser;
- a new share API was added - this enables app developers and partners to externally access all ownCloud sharing functions;
- the application API was enhanced for easier development of 3rd party apps;
- a new framework was added which improves management of 3rd party apps and the installation of these apps into ownCloud;
- Activity feeds: a real-time list of recent activity has been added, allowing users to see what's going on;
- conflict handling: a new web conflict dialog provides multiple options if you try to upload a file that already exists on the server;
- Share file notifications: optional emails are sent to users and groups when sharing a file or folder with other users of the system.
Other minor new features include avatars support, previews for various file types in the files app, public gallery sharing, example files and more.
![]() |
ownCloud 6 Activity feed |
![]() |
Editing a document in ownCloud 6 |
Install ownCloud in Ubuntu
Ubuntu 13.10 users can install ownCloud (server) by using the commands below:
echo "deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.10/ /" | sudo tee /etc/apt/sources.list.d/owncloud.list
sudo apt-get update
sudo apt-get install owncloud
Then, launch http://localhost/owncloud and follow the instructions.
To install the ownCloud desktop client in Ubuntu, instead of the last command above, use the following:
sudo apt-get install owncloud-client
Note that while the ownCloud repository is officially only available for Ubuntu 13.10, it may work on other Ubuntu versions as well. I've tested it on Ubuntu 14.04 (under development) and everything seems to work properly.
Tip: by default, you can't upload files larger than 2 mb to ownCloud. To change this you need to edit /etc/php5/apache2/php.ini:
sudo nano /etc/php5/apache2/php.ini
In this file, search for:
upload_max_filesize
post_max_size
And change their value to whatever you want. Then save the file and restart Apache:
sudo service apache2 restart
Download ownCloud
Before downloading ownCloud, you can try an online demo available @ http://demo.owncloud.org/ but please note that at the time I'm writing this article, the demo uses ownCloud version 5.0.13 instead of the latest ownCloud 6.
Download ownCloud (server and/or desktop sync client)
Subscribe to:
Posts (Atom)