在办公的时候,我们经常会用到协同编辑,今天我们使用开源的seafile和微软的Office Online Server 来安装一个属于自己的协同编辑。

一.设备信息

名称 系统版本 配置 ip地址
seafile_server CentOS 7.6(core) 4c 4g 50g 192.168.2.129
office_online winserver_2012_R2 4c 4g 60g 192.168.2.131
客户机 Windows7 2c 2g 50g 192.168.2.1

2.此处应有环境初始化脚本,在之前的文章内可以找到。

二.安装系统

1. seafile_server:

1.1 下载安装包核安装脚本

安装脚本下载

wget https://raw.githubusercontent.com/haiwen/seafile-server-installer-cn/master/seafile-server-centos-7-amd64-http

安装包去官网下载,然后放到/opt目录下

[root@seafile (21:45:25)~]# ls
anaconda-ks.cfg  init.sh  seafile-server-centos-7-amd64-http
[root@seafile (21:45:33)~]# ll /opt/
total 109028
-rw-r--r--. 1 root root 111643624 Dec  9 15:52 seafile-pro-server_6.3.6_x86-64.tar.gz
[root@seafile (21:45:38)~]#

1.2 使用一键脚本安装seafile专业版(安装前记得拍快照)

[root@seafile (21:45:38)~]# bash seafile-server-centos-7-amd64-http 6.3.6This script installs the community edition of the Seafile Server on a Centos 7 64bit- Newest Seafile server version, MariaDB, Memcached, NGINX ------------------------------------------------------------------This installer is meant to run on a freshly installed machineonly. If you run it on a production server things can andprobably will go terrible wrong and you will loose valuabledata!For questions or suggestions please contact us atsupport@seafile.com-----------------------------------------------------------------Possible options:1 = Seafile Community (Free) Edition (CE)2 = Seafile Professional Edition (PRO)1) CE
2) PRO
3) ABORT
Which Seafile version would you like to install? 2 ##选择PRO...
中间下载软件部分省略,如果出现报错,恢复快照重装,或者重装系统。
(安装时间与网速有关,时间稍长的话可以借此时间看个电视剧,话说最近的庆余年挺好看的哈)电视剧都看完了,居然还没下载完成,旅店的网速真是太慢了,如果是云服务器的话,速度应该会很快。如果你的下载速度和我一样,那我们就边下载边把Winserver的环境部署一下吧。
...
安装成功后屏幕会弹出如下信息,这个就是seafile的默认管理员的账户和密码,其他没用的我略掉了。Server Address:      http://127.0.0.1Seafile Admin:       admin@seafile.localAdmin Password:      rahth7EbSeafile Data Dir:    /opt/seafile/seafile-dataSeafile DB Credentials:  Check /opt/seafile.my.cnfRoot DB Credentials:     Check /root/.my.cnfThis report is also saved to /opt/seafile/aio_seafile-server.log
...

1.3 seafile主要程序的开启和关闭

seafile的开启和关闭

systemctl start seafile
systemctl status seafile
systemctl stop seafile

seahub的开启和关闭

systemctl start seahub
systemctl status seahub
systemctl stop seahub

安装完默认是开启的

1.4 编辑seahub_settings.py

在seahub_settings.py中添加如下内容:

vim /opt/seafile/conf/seahub_settings.py# Enable Office Online Server
ENABLE_OFFICE_WEB_APP = True# Url of Office Online Server's discovery page
# The discovery page tells Seafile how to interact with Office Online Server when view file online
# You should change `http://example.office-web-app.com` to your actual Office Online Server server address
OFFICE_WEB_APP_BASE_URL = 'http://192.168.2.131/hosting/discovery'# Expiration of WOPI access token
# WOPI access token is a string used by Seafile to determine the file's
# identity and permissions when use Office Online Server view it online
# And for security reason, this token should expire after a set time period
WOPI_ACCESS_TOKEN_EXPIRATION = 30 * 60# List of file formats that you want to view through Office Online Server
# You can change this value according to your preferences
# And of course you should make sure your Office Online Server supports to preview
# the files with the specified extensions
OFFICE_WEB_APP_FILE_EXTENSION = ('ods', 'xls', 'xlsb', 'xlsm', 'xlsx','ppsx', 'ppt','pptm', 'pptx', 'doc', 'docm', 'docx')# Enable edit files through Office Online Server
ENABLE_OFFICE_WEB_APP_EDIT = True# types of files should be editable through Office Online Server
# Note, Office Online Server 2016 is needed for editing docx
OFFICE_WEB_APP_EDIT_FILE_EXTENSION = ('xlsx', 'pptx', 'docx')

然后重启seafile和seahub。

[root@seafile (01:27:49)~]# systemctl restart seafile
[root@seafile (01:28:07)~]# systemctl restart seahub

1.5 配置seafile的URL

2.Office Online Server

官方文档:
https://technet.microsoft.com/zh-cn/library/jj219455(v=office.16).aspx.
若环境下有域控添加到域控下即可,若无域控,需要在此系统下创建域控并添加此主机到域控

需要的软件包 链接:https://pan.baidu.com/s/1yRDvSun5cAbiNTH68udnKw 提取码:tan2
复制这段内容后打开百度网盘手机App,操作更方便哦

(微软官方文档原文)

简化流程(我们可以边看官方文档,边看我的笔记):
前提:加入到域,这是加入到域的教程,这是创建域的教程,如果用这台设备当做域服务器,会出现问题。

2.1 步骤一:安装需要的服务和功能

第一步,安装4个软件包。
第二步,软件已经下载好,都在上面的链接里。

2.2 步骤二,安装Office Online Server

第一步,下载Office Online Server,在msdn上就可以找到镜像和语言包,上面链接里面也有。
第二、三、四、五步,

双击cn_office_online_server_may_2016_x64_dvd_8480704镜像,然后点击Setup.exe
选择默认安装路径。
等待安装完成即可。
安装完成后点击关闭。

2.3 步骤三,安装语言包

双击安装语言包cn_office_online_server_language_pack_may_2016_x64_8783021
阅读协议后点击继续就自动安装好了。

2.4 步骤四,部署http的单服务器

2.4.1 创建 Office Online Server 场

1.在powershell中运行下面的代码。(这里如果出现问题,请重启服务器)

New-OfficeWebAppsFarm -InternalURL "http://192.168.2.131" -AllowHttp -EditingEnabled

2.在弹出的提示后面输入【Y】。

PS C:\Users\Administrator> New-OfficeWebAppsFarm -InternalURL "http://192.168.2.131" -AllowHttp -EditingEnabled将 EditingEnabled 设置为 TRUE。只有当此 Office Online Server 的用户具有允许使用
Office Online 进行编辑的许可证时,您才应该这样做。
是否继续执行此操作?
[Y] 是(Y)  [N] 否(N)  [S] 挂起(S)  [?] 帮助 (默认值为“Y”): yFarmOU                                      :
InternalURL                                 : http://192.168.2.131/
ExternalURL                                 :
AllowHTTP                                   : True
AllowOutboundHttp                           : False
SSLOffloaded                                : False
CertificateName                             :
S2SCertificateName                          :
EditingEnabled                              : True
LogLocation                                 : C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS
LogRetentionInDays                          : 7
LogVerbosity                                :
Proxy                                       :
CacheLocation                               : C:\ProgramData\Microsoft\OfficeWebApps\Working\d
MaxMemoryCacheSizeInMB                      : 75
DocumentInfoCacheSize                       : 5000
CacheSizeInGB                               : 15
ClipartEnabled                              : False
OnlinePictureEnabled                        : False
OnlineVideoEnabled                          : False
TranslationEnabled                          : False
MaxTranslationCharacterCount                : 125000
TranslationServiceAppId                     :
TranslationServiceAddress                   :
RenderingLocalCacheLocation                 : C:\ProgramData\Microsoft\OfficeWebApps\Working\waccache
RecycleActiveProcessCount                   : 5
AllowCEIP                                   : False
OfficeAddinEnabled                          : False
ExcelRequestDurationMax                     : 300
ExcelSessionTimeout                         : 450
ExcelWorkbookSizeMax                        : 10
ExcelPrivateBytesMax                        : -1
ExcelConnectionLifetime                     : 1800
ExcelExternalDataCacheLifetime              : 300
ExcelAllowExternalData                      : True
ExcelUseEffectiveUserName                   : False
ExcelWarnOnDataRefresh                      : True
ExcelUdfsAllowed                            : False
ExcelMemoryCacheThreshold                   : 90
ExcelUnusedObjectAgeMax                     : -1
ExcelCachingUnusedFiles                     : True
ExcelAbortOnRefreshOnOpenFail               : True
ExcelAutomaticVolatileFunctionCacheLifeTime : 300
ExcelConcurrentDataRequestsPerSessionMax    : 5
ExcelDefaultWorkbookCalcMode                : File
ExcelRestExternalDataEnabled                : True
ExcelChartAndImageSizeMax                   : 1
OpenFromUrlEnabled                          : False
OpenFromUncEnabled                          : True
OpenFromUrlThrottlingEnabled                : True
PicturePasteDisabled                        : True
RemovePersonalInformationFromLogs           : False
AllowHttpSecureStoreConnections             : False
Machines                                    : {WIN-HRIUKDEF4MI}PS C:\Users\Administrator>

3.测试

访问http://192.168.2.131/hosting/discovery测试
然后配置 Secure Store 访问

在powershell中输入Set-OfficeWebAppsFarm -AllowHttpSecureStoreConnections:$true

3.seafile在线编辑验证

新建一个Excel文件

点击该Excel文件
由于我的虚拟机性能过低,基本也就能打开一个Excel文件。

seafile专业版集成微软的office online实现在线协同编辑相关推荐

  1. 微软2007 Office System全解

    Office 2007已经于去年年底正式发布了,相信很多朋友已经体验了新一代的Office产品在样式和功能上的重大革新和提升.大家会发现,新一代的Office产品在整体命名上有了变化,它的大名是200 ...

  2. 有容乃大:微软2007 Office System全解

    Office 2007已经于去年年底正式发布了,相信很多朋友已经体验了新一代的Office产品在样式和功能上的重大革新和提升.大家会发现,新一代的Office产品在整体命名上有了变化,它的大名是200 ...

  3. 每日新闻:阿里发布AliOS 2.0;百度与Intel成立联合实验室;微软发布Office 2019;苹果公司收购Shazam...

    关注中国软件网 最新鲜的企业级干货聚集地 洞察 今日热点 中国物联网市场规模或将成长至3.9-11.1万亿美元 <2017-2018年中国物联网发展年度报告>中显示:中国物联网数据规模及多 ...

  4. 服务器 新文件病毒扫描,部署 Seafile 专业版服务器

    文件病毒扫描 注意:自从 Seafile 5.0.0 版本以后,所有的配置文件转移到了统一的配置文件目录 conf .详情 在Seafile专业版 4.4.0(及以上)版本中,Seafile可以在后台 ...

  5. 可以将matlab安装到u盘吗,如何进行微软的office和matlab以及word等软件导入u盘

    整月考勤怎么导入u盘?系统在多个磁盘时有可能存在同一个单位的多个文件夹(同级),只需要导入一个文件夹(同级)即可,下面以eclipse为例,讲解如何进行微软的office和matlab以及word等软 ...

  6. IDEA集成微软TFS插件

    IDEA集成微软TFS插件 IDEA版本控制TFS的插件有两个 TFS Azure DevOps 1.TFS 其中TFS已经停止更新,需要通过网页端下载离线安装. 最新的TFS插件版本只支持到IDEA ...

  7. Windows xp Home(家庭版)/Professional(专业版)微软原版镜像(附校验值)

    Windows xp Home(家庭版)/Professional(专业版)微软原版镜像(附校验值) 博客分类: 杂文   Windows xp作为一款经典且成熟的操作系统,在新一代操作系统Windo ...

  8. 微软官方(Office 2013/2010/2007/2003)彻底卸载清理工具

    很多朋友都试过在安装微软的 Office 办公软件时会出现各种奇怪的问题导致无法正常安装,这时除了重装操作系统之外,还能怎么办呢? 其实很多时候,导致各种怪异问题产生的根源就是旧版本 Office 没 ...

  9. docker部署seafile专业版,私人云盘搭建

    主要是docker部署seafile专业版中的80端口问题 这是一篇使用docker部署seafile-pro的过程记录,当然这个过程是就我个人而言,可能无法解决你的问题 第一步当然是拉取seafil ...

  10. 利用微软的Office Online在线预览播放Office文档,无工具栏

    利用微软的Office Online在线预览播放Office文档 通过微软的在线预览URL链接可以直接打开在线PPT文档如下 https://view.officeapps.live.com/op/v ...

最新文章

  1. 惊呆了!这样可以将Numpy加速700倍!
  2. [BJOI2015] 树的同构
  3. 一个小网管的淘金梦----深圳往事(4)
  4. 近期发现的一些-20190519
  5. gcc编译python可执行_如何运行Nuitka编译的Python可执行文件
  6. 第十一期:30秒内便能学会的30个实用Python代码片段
  7. 计算机风格学,由风格学习算法自动生成大规模手写字体
  8. 如何拯救美团的“中年危机”?
  9. 苹果、小米、荣耀智能手环都能测卫生纸心率?网友“测遍万物”玩坏了
  10. ZOJ2833*(并查集)
  11. 跟小静读CLR via C#(15)--String,熟悉而又陌生
  12. ACM程序设计竞赛开幕式致辞
  13. CMOS模拟集成电路设计学习笔记
  14. 樊登读书搞定读后感_《读懂一本书:樊登读书法》读后感
  15. 支付宝芝麻认证接口-扫码方式(芝麻认证接口与之类似)
  16. java Ofd 转图片_一文教你搞懂如何将ofd格式的文件转为图片
  17. 上了一堂健身课,27岁程序员尿尿像酱油!
  18. go 错误处理与测试
  19. [ISCC 2021]部分wp
  20. 第七章、Spring Boot MyBatis升级篇

热门文章

  1. Python的学习笔记案例4--52周存钱挑战5.0
  2. 第10章 项目沟通管理
  3. 如何选择适合的公共 DNS
  4. CSDN优质博主推荐(C/C++领域)-持续更新中
  5. 简道云、氚云、明道云们更讨中小企业欢心?
  6. linux一键安装aria2,Centos7下安装Aria2教程 之 Aria2 一键安装管理脚本
  7. postman控制台打印数据
  8. 5-1MongoDB 实验——数据备份和恢复--edu上面的nosql题目
  9. oracle多表关联索引用法,关联表查询和索引使用的探讨一则
  10. 【UCSC Genome Browser】Genes and Gene Predictions - GENCODE