2 安装企业wiki:confluence
jira
sudo /etc/init.d/jira start 启动 jiar
sudo /etc/init.d/jira stop 停止 jiar
方法一:$ sudo /etc/init.d/confluence start
$ sudo /etc/init.d/confluence stop
$ sudo /etc/init.d/confluence restart
方法二:
cd /opt/atlassian/confluence/bin
关闭服务 ./shutdown.sh
开启服务 ./startup.sh
修改confluence的配置文件
[root@localhost usr]# cd /opt/atlassian/confluence
[root@localhost confluence]# ls -a
. .. bin conf confluence .install4j install.reg jre lib LICENSE licenses logs NOTICE README.html README.txt RELEASE-NOTES RUNNING.txt synchrony-proxy temp uninstall webapps work
[root@localhost confluence]# cd conf
[root@localhost conf]# cat -n server.xml
1 <Server port="8000" shutdown="SHUTDOWN" debug="0">
2 <Service name="Tomcat-Standalone">
3 <Connector port="8090" connectionTimeout="20000" redirectPort="8443"
4 maxThreads="48" minSpareThreads="10"
5 enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
6 protocol="org.apache.coyote.http11.Http11NioProtocol" />
7
8 <Engine name="Standalone" defaultHost="localhost" debug="0">
9
10 <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="false" startStopThreads="4">
11 <Context path="" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">
12 <!-- Logger is deprecated in Tomcat 5.5. Logging configuration for Confluence is specified in confluence/WEB-INF/classes/log4j.properties -->
13 <Manager pathname="" />
14 <Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60" />
15 </Context>
16
17 <Context path="${confluence.context.path}/synchrony-proxy" docBase="../synchrony-proxy" debug="0" reloadable="false" useHttpOnly="true">
18 <Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60" />
19 </Context>
20 </Host>
21
22 </Engine>
23
24 <!--
25 To run Confluence via HTTPS:
26 * Uncomment the Connector below
27 * Execute:
28 %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
29 $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
30 with a password value of "changeit" for both the certificate and the keystore itself.
31 * Restart and visit https://localhost:8443/
32
33 For more info, see https://confluence.atlassian.com/display/DOC/Running+Confluence+Over+SSL+or+HTTPS
34 -->
35 <!--
36 <Connector port="8443" maxHttpHeaderSize="8192"
37 maxThreads="150" minSpareThreads="25"
38 protocol="org.apache.coyote.http11.Http11NioProtocol"
39 enableLookups="false" disableUploadTimeout="true"
40 acceptCount="100" scheme="https" secure="true"
41 clientAuth="false" sslProtocols="TLSv1,TLSv1.1,TLSv1.2" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" SSLEnabled="true"
42 URIEncoding="UTF-8" keystorePass="<MY_CERTIFICATE_PASSWORD>"/>
43 -->
44 </Service>
45 </Server>
46
2 安装企业wiki:confluence的更多相关文章
- 1 安装企业wiki:confluence
使用wget下载命令下载文件. 下载成功使用dir可以看到文件目录 [root@localhost usr]# diratlassian-confluence-6.3.1-x64.bin bin ...
- Docker中安装wiki Confluence
一下内容在centos 7安装成功. 一.安装docker 1.yum安装docker yum update # 更新yum yum install docker # yum安装docker 2.开启 ...
- 记录创建企业Wiki的几个开源项目
很多著名的企业Wiki都是开源产品,如Foswiki(基于Perl),TWiki(基于Perl)等,另外有Mindtouch(基于PHP, C#),Confluence(基于Java)等.维基道的Wi ...
- IOS以无线方式安装企业内部应用(开发者)
请先阅读:http://help.apple.com/deployment/ios/#/apda0e3426d7 操作系统:osx yosemite 10.10.5 (14F1509) xcode:V ...
- 企业wiki之confluence安装部署(linux)及其破解
系统环境(虚拟机) centos6.5 2G运行内存,30g硬盘,cpu最好也分配两个或多个,因为我在安装过程中发现很卡,cpu占用率几乎占满 需要用到的安装包和文件可以在这里找 链接:https ...
- centos7 安装最新的 wiki confluence
41.1 下载confluence Confluence是一个企业级的Wiki,可用于企业.部门.团队内部进行信息共享和协同编辑. 下载地址: https://www.atlassian.com/so ...
- 利用Confluence搭建企业Wiki
Confluence安装与部署 下载安装包及破解包 安装包下载地址:https://www.atlassian.com/software/confluence/download-archives 破解 ...
- wiki confluence安装
注意:安装前请先确认内存 至少2G 1.上传 atlassian-confluence-5.9.3-x64.bin 文件,修改权限 chmod 777 atlassian-confluence-5.9 ...
- Linux系统中使用confluence构建企业wiki
搭建confluence服务需要的步骤有:一,安装java环境即安装jdk8.二,安装需要使用的数据库(建议使用mysql5.6).三,破解的confluence6服务. 一,所需软件下载 1,下载j ...
随机推荐
- Hadoop1.2.1 出现Warning: $HADOOP_HOME is deprecated.的解决方案
通过启动或停止hadoop我们会发现会出现 “Warning: $HADOOP_HOME is deprecated” 这样一个警告,下面给出解决方案: 不过我们一般推荐第二种,因为我们还是需要$HA ...
- Github Pages建立个人博客
使用Github Pages可以建立个人博客.官方教程:https://pages.github.com/步骤(以下步骤中假设用户名为username):1.建立一个项目,项目名为username.g ...
- webpack 报错 path is not defind
webpack.config.js里的内容是这样的,注意标红的地方: 首先,绝对路径'./dist'是 没有问题的 那么,查了很多,最后看到别人的webpack.config.js里面这样写着,现在c ...
- JZOJ.5326【NOIP2017模拟8.21】LCA 的统计
Description
- 四 Android Studio打包EgretApp (热更新)
官网教程: http://developer.egret.com/cn/github/egret-docs/Native/native/hotUpdate/index.html 和Eclipse一样, ...
- Python量化常用函数
# -*- coding: utf-8 -*- # @Author: fangbei # @Date: 2017-08-26 # @Original: price_str = '30.14, 29.5 ...
- 临时修改当前crontab编辑器
EDITOR=viexport EDITOR然后crontab -e就不会有这个问题了
- 前端之masonry(图片瀑布流插件)
加载代码: 1 2 <script src="http://libs.baidu.com/jquery/1.8.3/jquery.min.js"></script ...
- MySQL索引优化案例浅析
MySQL是关系型数据库的一种,查询功能强,数据一致性高,数据安全性高,支持二级索引.但是性能比起非关系型数据库稍弱,特别是百万级以上的数据,很容易出现查询慢的现象.这时候要分析慢的原因,一般情况下是 ...
- Linux环境下NodeJS的安装配置(HelloWorld)
Linux环境下NodeJS的安装配置(HelloWorld) 最简单的环境安装,测试helloworld.给初学者!! 安装脚本,请仔细阅读逐行执行: #!/bin/bash #检查是否已经安装 r ...