使用PHPStudy搭建ModStartCMS

下载安装PHPStudy

访问以下地址进行下载(v8.1)

https://www.xp.cn/download.htmlPHPStudy安装 - 图1 (opens new window)

PHPStudy安装 - 图2

PHPStudy安装 - 图3

PHPStudy环境配置

创建网站

PHPStudy安装 - 图4

PHP版本

php-5.6.9-nts

PHPStudy安装 - 图5

PHP扩展

安装OpenSSL扩展

安装FileInfo扩展

安装Exif扩展

PHPStudy安装 - 图6

复制源码至根目录

PHPStudy安装 - 图7

配置网站根目录至 public

PHPStudy安装 - 图8

配置伪静态

Nginx伪静态参考配置

  1. location / {
  2. try_files $uri $uri/ /index.php?$query_string;
  3. }

Apache伪静态参考配置

不需要配置

增加数据库

PHPStudy安装 - 图9

设置防止警告参数

always_populate_raw_post_data

PHPStudy安装 - 图10

设置前

PHPStudy安装 - 图11

设置后

PHPStudy安装 - 图12

修改hosts

打开hosts文件

在结尾新增一行解析 127.0.0.1 localhost 并保存退出

进入安装引导

访问:http://localhost/install.php

愉快的使用吧

在使用过程中,如果遇到什么问题请及时在社区 https://modstart.com/forumPHPStudy安装 - 图13 (opens new window) 进行反馈。

同时,如果再使用过程中有更好的建议或者意见,也请直接在社区中提交意见反馈。