Debian 9 64 bits – OnlyOffice
Introduction
Community Server is a free open source collaborative system developed to manage documents, projects, customer relationship and email correspondence, all in one place.
Functionality
- Cross platform solution: Linux, Windows
- Document management
- Integration with Google Drive, Box, Dropbox, OneDrive, OwnCloud
- File sharing
- Document embedding
- Access rights management
- Customizable CRM
- Web-to-lead form
- Invoicing system
- Project Management
- Gantt Chart
- Milestones, task dependencies and subtasks
- Time tracking
- Automated reports
- Blogs, forums, polls, wiki
- Calendar
- Email Aggregator
- People module (employee database)
- Instant Messenger
- Support of more than 20 languages
This guide will show you how to install Community Server Linux version to your machine.
System requirements
-
CPUdual core 2 GHz or better
-
RAM2 GB or more
-
HDDat least 2 GB of free space
-
Additional Requirementsat least 2 GB of swap
-
OSamd64 Linux distribution with kernel version 3.10 or later
-
Additional Requirements
- Mono: version 4.2 or later
-
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF sudo apt install apt-transport-https echo "deb https://download.mono-project.com/repo/debian stable-stretch main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list sudo apt update
- MySQL: version 5.5 or later
- Node.js: version 6.10.3 or later
-
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt-get install -y nodejs
- NGINX
Installing dependencies
Installation with Debian based distributives also requires the presence of Mono
(version 4.2 or later), NGINX
, Node.js
(version 6.10.3 or later) and mysql-server
in the system.
Adding the repository containing the up-to-date Mono package versions (official instructions):
Add GPG key:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
After that add the proper repository. It will depend on your Ubuntu version and will be different for various distros. See complete list of Mono versions for different distributions at the official website.
Update repository:
sudo apt-get update
The instructions for installation of Node.js
are available here. All the necessary instructions for other components and their dependencies installation can be found at their official websites.
Installing Community Server
Add GPG key:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
Add Community Server repository:
sudo echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
Update the package manager cache:
sudo apt-get update
Install Community Server:
sudo apt-get install onlyoffice-communityserver
After that Community Server will become available at the http://localhost/ address and will be updated just like any other deb package.
Running Community Server using HTTPS
In most cases accessing the portal via HTTPS protocol is much more secure than via HTTP which is used by default. You can easily run Community Server using secure connection. Please see the details here to learn more on how this can be done.
Commentaires récents