首页 > 代码库 > wampserver 安装 配置 使用 和wolfcms 的安装 配置 使用
wampserver 安装 配置 使用 和wolfcms 的安装 配置 使用
wampserver3.0.6 的下载安装:
wampserver3.0.6 下载地址:http://www.wampserver.com/en/
安装时要注意 自己电脑有没有安装 visual c++ 2012 下载地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=30679
wampserver3.0.6 修改目录:
1.配置目录:C:\wamp64\bin\apache\apache2.4.23\conf
编辑httpd.conf文件 修改:
DocumentRoot "C:/xxxx/workspace/xxx/"
<Directory "C:/xxxx/workspace/xxx/">
2.配置目录:C:\wamp64\bin\apache\apache2.4.23\conf\extra
编辑httpd-vhosts.conf文件 修改:
DocumentRoot C:/xxxx/workspace/xxx/
<Directory "C:/xxxx/workspace/xxx/">
3.配置目录:C:\wamp64\scripts
编辑 config.inc.php 文件 修改:
$wwwDir = ‘C:/xxxx/workspace/xxx‘;
wolfcms的安装和使用
wolfcms下载地址:http://www.wolfcms.org/
或者直接把自己的项目拷贝下来。
wolfcms依赖:php5,apache,mysql。
配置目录:项目的根目录:config.php
wampserver 安装 配置 使用 和wolfcms 的安装 配置 使用