# 环境搭建 **Repository Path**: 896934834/environment-setup ## Basic Information - **Project Name**: 环境搭建 - **Description**: windows,linux, jdk17, git, node js, dragonwell, nginx, redis, docker - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/896934834/projects - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境搭建 ### 目录结构 ``` ├── environment-setup 根目录 │ ├── linux linux环境 │ │ ├── devKit │ │ │ └── 1.linux环境DevKit安装使用.txt │ │ ├── dragonwell │ │ │ └── 1.linux环境安装配置Dragonwell.txt │ │ ├── nginx │ │ │ ├── 1.linux环境nginx安装.txt │ │ │ └── 2.linux环境nginx安装_centos9.txt │ │ ├── redis │ │ │ ├── 1.linux环境redis安装.txt │ │ │ ├── 2.linux openEuler环境redis安装.txt │ │ │ └── 3.linux openEuler环境redis安装_centos9.txt │ │ ├── 1.linux服务器常用命令.txt │ │ └── 2.更改docker容器中的时区.txt │ │ │ ├── windows windows环境 │ │ ├── git │ │ │ ├── 1.windows安装git.md │ │ │ ├── 2.git命令行推送项目到Gitee.md │ │ │ └── 3.git idea项目直接连接gitee.md │ │ ├── jdk │ │ │ └── 1.windows安装openjdk17.md │ │ ├── nodejs │ │ │ └──1.windows nodejs zip安装.md │ │ ├── 1.Win10下安装Elasticsearch 7.17.20.docx │ │ ├── 2.Win10下安装logstash.docx ```