码迷,mamicode.com
首页 > 系统相关 > 详细

在linux环境下部署禅道环境

时间:2018-06-18 18:54:19      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:jpg   table   命令   info   top   tab   col   管理员   get   

下载禅道安装包:
  1)cd /home/
  2)mkdir app
  3)ls
  4)cd app/
  5)pwd
  6)wget +禅道地址(http://dl.cnezsoft.com/zentao/9.8.3/ZenTaoPMS.9.8.3.int.zbox_64.tar.gz)
  7)yum install wget --安装wget wget主要负责下载一些东西
  8)y
  9)y
  10)wget +禅道地址 --下载安装包

安装:
  1) ls
  2) (sudo) tar -zxvf ZenTaoPMS.9.8.3.int.zbox_64.tar.gz -C/opt
    sudo切换到root用户,本次为root超级管理员用户可不用加sudo
  3) /opt/zbox/zbox start/stop/restart
  4) 在浏览器里输入 192.168.243.131(:80 默认端口号80) 页面刷新失败
  5) 关闭防火墙:service iptables stop
  6) 在浏览器里输入 192.168.243.131 页面刷新成功
  7) History --查看历史记录命令

技术分享图片

详情请见网址:

       http://www.zentao.net/book/zentaopmshelp/90.html

安装成功环境如下:

技术分享图片

在linux环境下部署禅道环境

标签:jpg   table   命令   info   top   tab   col   管理员   get   

原文地址:https://www.cnblogs.com/liucheng0827/p/9195760.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!