# shell-manage **Repository Path**: Teler/shell-manage ## Basic Information - **Project Name**: shell-manage - **Description**: 基础的centos7 shell脚本 - **Primary Language**: Shell - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-06 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 注意点 ## 说明 目前只在centos7.x系列测试过 ## docker ### 官方下载地址 测试版本为 | docker | docker-compose | 系统版本 | | ---- | ---- | ---- | | 19.03.5 | 1.24.3 | centos7.4 7.6 | | 19.03.15 | 1.29.2 | centos7.4 7.6 | | 自行下载需要的版本。 [点我进入docker下载页](https://download.docker.com/linux/static/stable/x86_64/) [点我进入docker-compose下载页](https://github.com/docker/compose/releases) ### 上传到服务器 推荐上传到 /home/docker 下,但要注意保持目录结构不变 ## nginx ### 官方下载地址 [点我进入下载页](http://nginx.org/packages/centos/7/x86_64/RPMS/) ## 执行 centos系列:sh main.sh debian系列:bash main.sh 其他的根据脚本提示操作