阿里云-云小站(无限量代金券发放中)
【腾讯云】云服务器、云数据库、COS、CDN、短信等热卖云产品特惠抢购

Debian 7上安装开源 ITIL 门户 iTOP

129次阅读
没有评论

共计 2087 个字符,预计需要花费 6 分钟才能阅读完成。

iTop, 作为全面支持 ITIL 流程的一款 ITSM 工具, 具有强大的 ITSM 功能, 开源免费,简单易用。iTop, 即 IT 运营门户(IT Operation Portal), 是一个开源 web 应用程序, 用于 IT 环境的日常运营。

它基于 ITIL 最佳实践,而又不拘泥于任何具体流程。它很灵活,可以适应不管是非正式的、务实的流程,还是严格遵循 ITIL 的流程。它的核心是 CMDB, 即配置管理数据库(Configuration Management Data Base)。CMDB 是 iTop 最早开发的部分, 然后是工单流程和其它衍生流程. 它的理念是,CMDB 必须是业务工具。保证 CMDB 的准确性和最新性的唯一方式是:IT 团队(如技术支持代理、IT 工程师等)每天使用它。此外,CMDB 与其它 IT 工具(如监控系统、报表工具、自动化库存等)整合得越多,CMDB 就越全面。

一、基础环境
1、安装基础包
apt-get -y install unzip apache2-mpm-prefork php5-cli mysql-server-5.5 axel libapache2-mod-php5 php5-mysql php5-mcrypt php5-gd php5-ldap
 
2、版本
cat /etc/debian_version
7.8
 
3、内核
uname -r
3.2.0-4-amd64
 
二、安装 itop
1、下载包
axel -n 10 http://sourceforge.net/projects/itop/files/itop/2.2.0-beta/iTop-2.2.0-beta-2371.zip
 
2、创建网站目录
mkdir -p /var/www/itop
 
3、解压到网站根目录
unzip iTop-2.2.0-beta-2371.zip -d /var/www/itop
 
4、先查看下安装需求
cat /var/www/itop/INSTALL
Prerequisites:
iTop requires
– A web server running PHP 5.2.0 or higher, with PCRE, SESSION, php-xml, mysql, iconv, simplexml, hash, json and soap support.
  If you wish to use LDAP authentication, then LDAP support must be enabled in PHP.
– A connection to MySQL 5.0 or higher database
Web browser support:
iTop is developed using FireFox 3.x+ and tested with IE 8+, Safari 5+ and Chrome.
Installation:
1. Unzip the distribution (be sure to unzip the subdirectories) and copy the
  content of the “web” directory in your webserver s document root. If you
  don t have direct access to the web server s file system, put the files
  in a directory on your local machine and transfer the content of the
  directory on your web server using, for example, ftp.
2. Ensure that all the scripts have the appropriate owner (if PHP is running in
  safe mode, having some scripts with an owner different from the owner of
  other scripts will be a problem).
  Check the access rights on the files/folders: the setup needs to have write
  access either to the whole directory where iTop is installed or to the following
  subdirectories (create them if needed)
    – conf
    – data
    – env-production
    – log
3. Open the main iTop directory in your web browser. iTop should then display
  the setup instructions on screen.
 
5、授权
chown www-data.www-data itop/ -R
 
6、我们这里从网页上进行安装和配置 http://10.1.10.117/itop/web/setup/index.php
 
7、

Debian 7 上安装开源 ITIL 门户 iTOP

如何在 CentOS 7 上安装开源 ITIL 门户 iTOP  http://www.linuxidc.com/Linux/2015-09/122828.htm

本文永久更新链接地址:http://www.linuxidc.com/Linux/2015-10/123772.htm

正文完
星哥说事-微信公众号
post-qrcode
 0
星锅
版权声明:本站原创文章,由 星锅 于2022-01-21发表,共计2087字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
【腾讯云】推广者专属福利,新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。
阿里云-最新活动爆款每日限量供应
评论(没有评论)
验证码
【腾讯云】云服务器、云数据库、COS、CDN、短信等云产品特惠热卖中