如何安装和设置Mantis系统
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何安装和设置Mantis系统相关的知识,希望对你有一定的参考价值。
参考技术A 六、Mantis 中邮件配置如果不用邮件提醒通知这些功能,则在config_inc'; //这里填写你的邮箱 /** * Allow email notification:25;smtp2")'; /** * These options allow you to use SMTP Authentication when you use a remote * SMTP host with phpMailer. If smtp_username is not '' then the username * and password will be used when logging in to the SMTP server. * @global string $g_smtp_username */ $g_smtp_username = 'yourmail'; // 这里填写你的邮箱的用户名 /** * SMTP Server Authentication password * @global string $g_smtp_password */ $g_smtp_password = 'yourpassword'; // 这里填写你的邮箱的密码注意 :为了避免邮件中的URL中出现 localhost ,请使用IP地址或域名登录mantis(如:192.168.56.102/mantisbt),而不要用 localhost/mantisbt。 参考技术B 首先得有一台Linux系统,安装有最新的PHP和mysql、PHPmyadmin、apache等网站必备软件 百度下载新版的Mantis安装程序 用Winscp工具上传Mantis压缩文件到网站根目录下面,然后用命令tar -zxvf mantisbt-1.2.19.tar.gz解压 4.用mv mantisbt-1.2.19 ... 参考技术C 安装和设置的内容很多。给你个思路:你可以先找一个xampp的集成包安装上,然后网络找mantis包,会有说明这两个包如何装。Windows 搭建WAMP+Mantis
下载WAMP
安装直接下一步就行
安装完启动后,显示下面的logo
在浏览器输入
127.0.0.1/phpmyadmin 设置数据库(默认用户root,没有密码)
设置密码
下载Mantis
https://www.mantisbt.org/download.php 选择zip适合Windows
解压后放到WAMP安装目录下www文件夹下
浏览器登陆地址
http://127.0.0.1/admin/install.php
安装mantis
数据库用户密码,密码是设置数据库的密码
后台管理用户默认不设置
install安装
提示安装完成
黄色提示可以不管
登陆
默认用户administrator
默认密码 root
成功登陆
以上是关于如何安装和设置Mantis系统的主要内容,如果未能解决你的问题,请参考以下文章