## **1. 源码下载**
### **(1) 官网下载**
点击 [官网下载地址](https://store.hiphp.net/download),下载最新版安装即可
#
### **(2) git安装**
```
[码云] https://gitee.com/qimo2020/hiphp.git
[github] https://github.com/qimo2020/hiphp.git
```
#
#### 注意: 安装前必须配置好伪静态,相关配置方法请跳到 [伪静态配置方法](https://www.kancloud.cn/ppyy321/hiphp-dev/1483839)
#
#
#
## **2. 安装教程**
官网下载解压后得到 uploads文件夹,打开后如下图
![](https://img.kancloud.cn/dd/61/dd613981e76c7562984e24da5827c717_897x569.png)
更改 “uploads” 为你的项目名,上传到web服务器,**注意**:记得设置项目目录权限!
#
### 第一步
![](https://img.kancloud.cn/82/61/826195c92ccc2fe94f2ad00099d8ca93_1269x864.png)
### 第二步
确保目录和文件有读写权限;
![](https://img.kancloud.cn/42/87/428739a49f2ec58808f5e4cb2638add7_938x940.png)
### 第三步
填入需要的信息后,点击测试 “测试数据链接”;
![](https://img.kancloud.cn/ee/cb/eecbd9e5717da50c1923318d99833b3e_969x918.png)
### 最后安装成功
![](https://img.kancloud.cn/c1/0e/c10ebeb1026ad04b4034ed3fedab6e63_1102x820.png)
#
#
## **3. 服务端配置**
### 1. 安装扩展
(1) 安装 php 的 fileinfo 扩展
举例如宝塔里: 软件商店 -> php7.x -> 安装扩展 -> fileinfo