Ubuntu 7.04上安装Mantis

参考:http://www.linuxdiyf.com/bbs/thread-47085-1-10.html
            http://www.linuxdiyf.com/bbs/thread-47085-1-11.html


1.sudo apt-get install apache2 libapache2-mod-php5 php5 php5-gd mysql-server php5-mysql phpmyadmin
2.修改Mysql root用户密码
3.配置php5
4.配置mysql
5.安装Mantis
    将下载好的Mantis改名为mantis 移到/var/www/下面  sudo chmod -R 777 mantis/
    修改apache2配置文件
    修改Mantis配置文件 cp config_inc.php.sample config_inc.php vi /var/www/mantis/config_inc.php
    配置用户名 密码  邮件
    导入数据库文件  http://localhost/mantis/admin/install.php

    然后使用  用户名:administrator 密码root


apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

你可能感兴趣的:(thread,PHP,mysql,ubuntu,bbs)