### 镜像安装
> 需要安装虚拟机软件,将镜像导入安装
>

> 输入`nuke`进入系统恢复界面


> 点击`ok`,输入`exit`退出恢复软件,系统重启成功即代表镜像安装完成
### 镜像软件环境
| 软件 | 安装位置 | 版本 | 系统环境 | 配置文件 | configure |
| :----: | :----: | :----: | :----: | :----: | :----: |
| PHP | /usr/local/php | 7.2.29 | PHP_HOME=/usr/local/php/7.2.29 | /etc/php | |
| Apache2 | /usr/local/apache | 2.4.41 | | /etc/httpd | |
| Nginx | /usr/local/nginx | 1.17 | | /usr/local/nginx | |
| Mysql | | 5.7.29 | /usr/bin/mysql /usr/lib64/mysql /usr/share/mysql | /etc/my.cnf | rpm -ivh |
| Redis | /usr/local/redis-5.0-rc3 | 5.0 | | /usr/local/redis-5.0-rc3/redis.conf | |
| Freetds | /usr/local/freetds | | FREETDS_HOME=/usr/local/freetds | /usr/local/freetds/etc | |
| UnixODBC | | 2.3.4 | | | |
| Apr | /usr/local/apr | 1.7.0 | | | -prefix=/usr/local/apr |
| Apr-utils | /usr/local/apr-utils | 1.6.1 | | | --prefix=/usr/local/apr-util --with-apr=/usr/local/apr |
| Ghostscript | /usr/local/ghostscript | 9.50 | /usr/local/bin/gs | | |
| Libzip | /root/libzip | 1.6.0 | | |
| Oracle-instantclient19.5 | | 19.5 | ORACLE_BASE=/usr/lib/oracle/19.5 ORACLE_HOME=/usr/lib/oracle/19.5/client64 | | |
| Oci8 | /root/oci8-2.2.0 | 2.2.0 | | | --with-php-config=/usr/local/php/7.2.29/bin/php-config --with-oci8=instantclient,/usr/lib/oracle/19.5/client64/lib |
| Phantomjs | /usr/local/phantomjs | 2.1.1 | /usr/local/bin/phantomjs | | |
| Wkhtmltox | | 0.12.5 | /usr/local/bin/\[wkhtmltoimage\wkhtmltopdf\] | | |
### 手动安装
> 如镜像安装失败,则需要手动安装系统环境
```
Linux系统镜像搭建:
1.操作系统:centos 7.7 x86_64
http://mirrors.njupt.edu.cn/centos/7.7.1908/isos/x86_64/CentOS-7-x86_64-DVD-1908.iso
2.数据库:MySQL Community Server 5.7 (必须)
https://dev.mysql.com/downloads/mysql/5.7.html#downloads
3.redis数据库:5.0.5 (必须)
http://download.redis.io/releases/redis-5.0.5.tar.gz
4.nginx:1.17.6
http://nginx.org/download/nginx-1.17.6.tar.gz
5.apache:2.4.41 (必须)
http://mirrors.tuna.tsinghua.edu.cn/apache//httpd/httpd-2.4.41.tar.gz
6.php:7.2.8 (必须)
https://www.php.net/downloads.php
7.体检报告生成工具:wkhtmltox 0.12.5-1 (必须)
https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.centos7.x86_64.rpm
8.sql server插件:freetds 1.1.15
http://distfiles.macports.org/freetds/
10.Oracle扩展:oci8
https://pecl.php.net/package/oci8
https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html
11.爬虫插件:phantomjs 2.1.1
https://phantomjs.org/download.html
```
#### PHP扩展列表
```
redis 4.3.0
zip 1.18.2
sockets
swoole 1.10.3
oci8 2.2.0
gd
xml
```
#### 系统字体库
```
字体库位置:/usr/share/fonts
```
字体链接 [点击下载](./dist/software/LinuxFont.zip "Linux字体")
