3.1 安装手册
安装/升级iTop
目标读者
该文档适用于系统管理员安装、升级iTop。
升级iTop版本
安装iTop
准备工作
该文档假设您已经掌握相关基本知识:
配置你的Web服务(Apache,IIS 或者 nginx)
PHP语言,
MySQL和一般的SQL语句,
为了安装和配置iTop,你需要:
提供一个足够权限的MySQL账户:
SELECT, INSERT, UPDATE, DELETE以用于 iTop 的日常使用
CREATE (table), ALTER, CREATE VIEW用于设置和数据模型修改
CREATE(数据库)如果您要求安装程序创建您的数据库,并且为测试数据库创建 ITSM 设计器(在这种情况下也需要 DROP)
SHOW VIEW, LOCK TABLES 用于备份
DROP 和 TRIGGER 由 DataSynchro 使用
SUPER 需求不确定
步骤
1.安装 PHP, MySQL 和其他需要的软件。检查以下关于特殊环境的提示
2.保护您的iTop
4.安装iTop: 安装向导定义iTop产品特性和所需要使用的数据库架构。 大多数选项不能在后期修改,除非使用新的数据库。
5.第一次连接到iTop: 确保iTop应用是可以访问,并且能发现用户界面。
6.安排后台任务. 必须的异步邮件,计划备份,SLA计算等
7.最终, 保护对iTop设置的访问
8.添加用户:
`检查多 用户身份验证: 于LDAP/活动目录,单点登录等集成
`了解可能的配置文件和 管理用户账户.
请遵循《实施指南》为用户可以使用的iTop应用程序创建最少的对象集。
如果你想移动iTop应用到不同的URL下,按照如下提示: 改变iTop位置
原文:https://www.itophub.io/wiki/page?id=2_6_0%3Ainstall%3Astart
Install and Upgrade your iTop
Intended Audience
This document is targeted towards system administrators in charge of installing, upgrading the iTop application.
Upgrading iTop version
Install your iTop
Prerequisites
This document assumes that you have at least a basic knowledge about:
configuring your web server (either Apache, IIS or nginx),
the PHP language,
MySQL and the SQL language in general.
In order to install and configure iTop you need the following:
a server following this Server recommendation
a web server configured to execute PHP files (See here for version required)
access to the files on the web server (an access via FTP or SCP is Ok).
a MySQL server (See here for version required)
Provide a MySQL account with enough privileges:
SELECT, INSERT, UPDATE, DELETE for daily use of iTop
CREATE (table), ALTER, CREATE VIEW for Setup and datamodel modification
CREATE (database) if you ask the Setup to create you database and for the ITSM Designer for Test database creation (DROP in this case is needed also)
SHOW VIEW, LOCK TABLES are used for backups
DROP and TRIGGER are used by DataSynchro
SUPER need is uncertain
Step by step
Install PHP, MySQL and other required software. Check below tips for special environments:
All-in-one intallation on Windows using easyPHP
Install iTop: The Setup wizard defines the iTop features and the database schema to use. Most choices can't be changed later unless using a fresh new database.
Your first connection to iTop: Ensure the application is accessible and discover the user interface.
Schedule background tasks. Mandatory for asynchronous email, scheduled backups, SLA computation…
Eventually, Protect access to iTop setup
Add some users:
Check the multiple User Authentication Options: Integration with LDAP/Active Directory, single sign-on,…
Understand the possible profiles and manage User Accounts.
Follow the Implementation Guide to create the minimum set of objects for the iTop application to be usable by your users.
If you want to move the iTop application under a different url, follow the tip: Changing iTop location