How to install Onlyoffice in CentOS-7
http://www.techs2resolve.in/2015/10/how-to-install-onlyoffice-in-centos-7.html
https://dbahire.com/how-to-install-mysql-5-6-on-centos-7/
https://dbahire.com/how-to-install-mysql-5-6-on-centos-7/
How to install Onlyoffice in CentOS-6
ONLYOFFICE is a free,multifunctional, web-based office suite that enables you to store and co-edit documents, manage projects, view email and customer relations at one place. It is developed for small and mid-size companies for an effective platform for business operations. ONLYOFFICE is current available in 21 languages, comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real-time.
Features are as follows:-
Document Editor
Spreadsheet Editor
Presentation Editor
Document application for iOS
Collaborative editing
Hieroglyph support
Support for all the popular formats: DOC, DOCX, TXT, RTF, ODP, EPUB, XLS, XLSX, CSV, PPTX, HTML
Integreting it with community server you will be able to:
View and edit files stored on Drive, Box, Dropbox, OneDrive, Owncloud connected to Onlyoffice.
Share files;
embed documents on a website;
manage access rights to documents.
Onlyoffice comes in two flavour.
Onlyoffice Free Editionm released in GNU Affero General Public License v.3.
Onlyoffice Enterprise Edition (Supported commercially by ONLYOFFICE).
Install the fresh centos-7 for the Onlyoffice installation
System requirements:-
System requirements:-
RAM: 2 GB or more
CPU: 2 Core or better
Swap file: at least 2 GB
1. First we need add some repository for Cent0S-7 :-
yum -y install nano yum-utils yum -y install epel-release yum install http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
2. We need to start and enable the mysql service on boot:-
For CentOS-7 systemctl enable mysqld.service systemctl start mysqld.service
3. Next we need to install mono repository:-
Add the GPG key:-
sudo rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
Add repository:-
sudo yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
4. Add the nginx repo :-
# vim /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=0 enabled=1
5. Now add the onlyoffice community server repo:-
# vim /etc/yum.repos.d/onlyoffice.repo [onlyoffice] name=onlyoffice repo baseurl=http://download.onlyoffice.com/repo/centos/main/noarch/ gpgcheck=0 enabled=1
6. Now install the community server :-
yum install onlyoffice-communityserver
7. After the installation finished run the following script:-
sh /var/www/onlyoffice/configure.sh
8. Now login to your browser and check:
http://localhost
That it enjoy using it
Do Likes, comment and Share
Tidak ada komentar:
Posting Komentar