安装LAMP 参考 https://www.linuxidc.com/Linux/2016-12/138757.htm sudo add-apt-repository ppa:ondrej/apache2sudo apt update apt-get -y install apache2 php mysql-server php-mysql libapache2-mod-php  lynx 中间遇到错误, E:could not get lock /var/lib/dpkg/lock -open…
转自:http://blog.csdn.net/xabc3000/article/details/6858229 目录(?)[-] Linux下安装mantis配置指南 配置Linux下的ApacheMysqlPHP 一安装配置Apache 二安装Mysqlrpm包 三安装GD库tar包 让PHP支持GIFPNGJPEG 五重新配置Apache 2安装配置mantis 一安装mantis 二安装配置sendmail 三安装配置phpmailer 四安装配置jpgraph Linux下安装mant…
1.环境配置 Web Server:Apache,The web server must support PHP. 数据库:MySQL (or one of its forks, e.g. MariaDB). 2.数据库采用MariaDB,MariaDB安装方法见http://www.cnblogs.com/lclq/p/5760966.html 使用yum安装Apache及php扩展 yum -y install httpd php php-mysql php-pdo php-gd 启动Apa…
Zookeeper.Solr和Tomcat安装配置实践…
在处理一则ORA-600 [4194]案例时,参考MOS文档:Step by step to resolve ORA-600 4194 4193 4197 on database crash (文档 ID 1428786.1) 1.对于ORA 600[4194]的解释 2.创建新undo表空间最佳实践(包含段检查) 1.对于ORA 600[4194]的解释: The following error is occurring in the alert.log right before the da…
安装mantis的步骤如下: 1. 安装apache, mysql等必要软件 1 #yum update 2 #yum install httpd php php-pdo php-mysql php-gd mysql mysql-server 3 #chkconfig mysqld on 4 #service mysqld restart 5 #chkconfig httpd on 6 #service httpd restart 2. 下载并解压mantis #cd /var/www/html…
ubuntu server 安装 mantis bug tracker 中文配置 官网:http://www.mantisbt.org/ 一:安装: 1:进入到 apache2的网站目录: cd /var/www 2: 下载最新的mantisbt 源程序包 sudo wget 下载url 3: 下载完之后是个解压到www目录下 4:并把解压后的程序目录,重新命名 manbug 5: 进入到 apache2网站配置目录,配置manbug虚拟机站点: 6:同样在 /etc/apache2/site-…
什么是Mantis Mantis是一个BUG管理系统.主要特点如下: 1.用php写的系统,安装方便,不用像 bugzilla 那样安装那么多perl支持: 2.系统相对简单轻磅,使用简单: 3.出色的多语支持,对于对日开发等公司非常合适: 界面图示: 在线演示地址:http://demo.mantisbt.org. 安装Mantis 建立Bug数据库,要用utf-8编码 点击选择“mantis”,进入页面:  不用修改/填写任何值,直接点击页面最下方的“Install/Upgrade Data…
MySQL 5.7安装最佳实践 1.环境准备OS: CentOS Linux release 7.4.1708 (Core) for VMwareMySQL: mysql-5.7.24-linux-glibc2.12-x86_64 2.安装包准备,依赖检查建议从官方下载,下载地址为:https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz 也可以在linux系统中用wget命令…
CentOS7 安装 RocketMQ 实践和小示例 1.通过 SSH 工具(比如 XShell)连接到 CentOS7 服务器上: 2.进入到 /usr/local 目录中: cd /usr/local 3.下载二进制版的 rocketmq: wget http://mirrors.tuna.tsinghua.edu.cn/apache/rocketmq/4.4.0/rocketmq-all-4.4.0-bin-release.zip 4.将下载下来的 rocketmq-all-4.4.0-b…