This commit is contained in:
2021-11-14 15:52:46 +08:00
parent 915c231124
commit 1e344dc204
112 changed files with 1039 additions and 1039 deletions

View File

@@ -7,7 +7,7 @@ tags: ["tomcat", "jdk", "java"]
categories: ["web"]
---
# 部署 jre8
## 部署 jre8
- 下载 oracle jre8[下载界面](https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
- 解压
```bash
@@ -20,7 +20,7 @@ categories: ["web"]
export PATH=$JAVA_HOME/bin:$PATH
```
# 部署 tomcat8
## 部署 tomcat8
- 下载 tomcat
```bash
curl -O http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.45/bin/apache-tomcat-8.5.45.tar.gz
@@ -60,7 +60,7 @@ categories: ["web"]
systemctl start tomcat
```
# 验证码字体
## 验证码字体
```bash
yum install dejagnu dejavu-sans-mono-fonts dejavu
```