Multifunctional Online Office Suite: ONLYOFFICE
ONLYOFFICE is a cloud business service that enables you to manage projects, customer relations and documents in one place. ONLYOFFICE (formerly Teamlab Office) is a multifunctional online office suite integrated with CRM system, document and project management toolset, Gantt chart and email aggregator. ONLYOFFICE is written in ASP.NET and translated to 21 languages
Multifunctional Online Office Suite
ONLYOFFICE is a free, open source software that helps to organize the teamwork online. The current Linux version of ONLYOFFICE comprises the following features:
- document management including integration with file storage systems, like Google Drive, Box, OneDrive, Dropbox and SharePoint;
- project management with Gantt Chart;
- CRM and invoicing;
- set of tools for collaboration within a team including chat, blogs, forums, news, wiki etc.
- email aggregator.
This guide will show how to install ONLYOFFICE on Ubuntu. This will also work on Debian and its derivatives
System requirements
For ONLYOFFICE correct work your machine should meet some system requirements and have some additional components installed:
- RAM: 2 GB or more
- Swap file: at least 2 GB
- HDD: at least 2 GB of free space
- mono: version 3.2 or later
- MySQL: version 5.6 or later
- nginx
Installing ONLYOFFICE
To install ONLYOFFICE from the repository, first of all you need to download ONLYOFFICE GPG signing key:
sudo wget http://download.onlyoffice.com/repo/onlyoffice.key
And add it to the system:
sudo apt-key add onlyoffice.key
Then add ONLYOFFICE repository to the list stored in the /etc/apt/sources.list file. Open this file using any available text editor (e.g. nano):
sudo nano /etc/apt/sources.list
Add the following record:
deb http://download.onlyoffice.com/repo/debian squeeze main
Update the package cache:
sudo apt-get update
Now to install ONLYOFFICE from the repository execute the following command:
sudo apt-get install onlyoffice
Running ONLYOFFICE
To open your office in the web browser, enter localhost (http://127.0.0.1) in the address bar of your browser. The Welcome page will open:
Enter a password and specify the email address you will use to access your ONLYOFFICE the next time.
Done! You are ready!
0 comments: