Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/better-sre/sre-script
常用的 shell 脚本,包括 centos, Ubuntu, Mac osx, 以及 Docker, Python 等常用软件的安装, 配置, 开发环境搭建的脚本.
https://github.com/better-sre/sre-script
centos docker mac-osx python ubuntu
Last synced: 3 months ago
JSON representation
常用的 shell 脚本,包括 centos, Ubuntu, Mac osx, 以及 Docker, Python 等常用软件的安装, 配置, 开发环境搭建的脚本.
- Host: GitHub
- URL: https://github.com/better-sre/sre-script
- Owner: better-sre
- License: mit
- Created: 2016-07-14T08:57:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T12:30:21.000Z (over 2 years ago)
- Last Synced: 2024-10-25T05:50:09.985Z (4 months ago)
- Topics: centos, docker, mac-osx, python, ubuntu
- Language: Shell
- Homepage: https://github.com/better-sre/config
- Size: 8.75 MB
- Stars: 52
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awesome-script
## 迁移:
- https://github.com/better-sre/config
- ⭐⭐⭐⭐⭐
- 基于 go-task, 包含各种安装脚本
- 本 repo 已经停止更新, 后续请参考上面 repo 脚本.## 项目说明:
### 初衷:
- 工作需要经常在各种系统(Ubuntu, CentOS, Mac OSX等)间切换.
- 各系统间, 在安装常用开发包时,有各种细微差异.(如nginx,python,git,Oracle,MySQL,mongodb 等)
- 每次配置新的开发环境,生产环境,都需要搜索安装,很繁琐.
- 现在有 docker 可以减轻负担,但是 build docker 镜像依然需要知道安装方法.
- 很多软件的安装方法,会过时, 版本更新变化很快.### 项目内容:
- 包含常用软件的shell 安装脚本,以及依赖配置.(包括 Centos, Ubuntu, Mac OSX 等)
- 会有功能说明文档.
- 会注明日期,(安装方法有时效性)### 项目结构:
- CentOS
- 6.5-X64
- nginx
- python
- mysql
- redis
- mongodb
- Ubuntu
- 14.04-X64
- nginx
- python
- mysql
- redis
- mongodb
- MacOSX
- brew-install.sh
- brew-cask-install.sh