|
47 | 47 |
|
48 | 48 | > :bulb: **说明** |
49 | 49 | > |
50 | | -> 这里总结了多种常用研发软件的安装、配置、使用指南。并提供基本安装、运行的脚本。 |
| 50 | +> 这里总结了一些常用开发软件的安装、配置、使用指南。 |
51 | 51 | > |
52 | | -> [环境部署工具](https://github.com/dunwu/os-tutorial/tree/master/codes/deploy) :适合开发、运维人员,在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。 |
| 52 | +> 此外,提供了一键安装、配置脚本,:point_right: [**软件安装配置脚本**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/soft)。 |
53 | 53 | > |
54 | | -> - _`Scripts`:安装配置脚本,按照说明安装使用即可。_ |
55 | | -> - _`Docs`: 安装配置文档,说明安装的方法以及一些注意事项。_ |
56 | | -> - _`Tutorial`: 教程文档。_ |
| 54 | +> [环境部署工具](https://github.com/dunwu/os-tutorial/tree/master/codes/deploy) :适合开发、运维人员,在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。 |
57 | 55 |
|
58 | 56 | - 研发环境 |
59 | | - - JDK |
60 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/jdk) | [**`Docs`**](docs/linux/ops/service/jdk.md) | |
61 | | - - Maven |
62 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/maven) | [**`Docs`**](https://github.com/dunwu/javastack/tree/master/docs/javatool/build/maven) | |
63 | | - - Nginx |
64 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/nginx) | [**`Docs`**](https://github.com/dunwu/nginx-tutorial) | |
65 | | - - Nodejs |
66 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/nodejs) | [**`Docs`**](docs/linux/ops/service/nodejs.md) | |
67 | | - - Tomcat |
68 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/tomcat) | [**`Docs`**](docs/linux/ops/service/tomcat.md) | |
69 | | - - Zookeeper |
70 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/zookeeper) | [**`Docs`**](docs/linux/ops/service/zookeeper.md) | |
| 57 | + - [JDK](docs/linux/ops/soft/jdk.md) |
| 58 | + - [Maven、Nexus](https://github.com/dunwu/javastack/tree/master/docs/javatool/build/maven) |
| 59 | + - [Nginx](https://github.com/dunwu/nginx-tutorial) |
| 60 | + - [Nodejs](docs/linux/ops/soft/nodejs.md) |
| 61 | + - [Tomcat](docs/linux/ops/soft/tomcat.md) |
| 62 | + - [Zookeeper](docs/linux/ops/soft/zookeeper.md) |
71 | 63 | - 研发工具 |
72 | | - - Nexus - Maven 私服。 |
73 | | - - | [**`Docs`**](docs/linux/ops/service/nexus.md) | |
74 | | - - Jenkins - 持续集成和持续交付平台。 |
75 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/jenkins) | [**`Docs`**](docs/linux/ops/service/jenkins.md) | |
76 | | - - Elastic - 常被称为 `ELK` ,是 Java 世界最流行的分布式日志解决方案 。 `ELK` 是 Elastic 公司旗下三款产品 [ElasticSearch](https://www.elastic.co/products/elasticsearch) 、[Logstash](https://www.elastic.co/products/logstash) 、[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。 |
77 | | - - | [**`Docs`**](docs/linux/ops/service/elastic) | |
| 64 | + - [Jenkins](docs/linux/ops/soft/jenkins.md) - 持续集成和持续交付平台。 |
| 65 | + - [Elastic](docs/linux/ops/soft/elastic) - 常被称为 `ELK` ,是 Java 世界最流行的分布式日志解决方案 。 `ELK` 是 Elastic 公司旗下三款产品 [ElasticSearch](https://www.elastic.co/products/elasticsearch) 、[Logstash](https://www.elastic.co/products/logstash) 、[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。 |
78 | 66 | - 版本控制 |
79 | 67 | - Gitlab - Git 代码管理平台 |
80 | | - - Svn - Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,它采用了分支管理系统。 |
81 | | - - | [**`Docs`**](docs/linux/ops/service/svn.md) | |
| 68 | + - [Svn](docs/linux/ops/soft/svn.md) - Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,它采用了分支管理系统。 |
82 | 69 | - 消息中间件 |
83 | | - - Kafka - 应该是 Java 世界最流行的消息中间件了吧。 |
84 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/kafka) | [**`Docs`**](docs/linux/ops/service/kafka.md) | |
85 | | - - RocketMQ - 阿里巴巴开源的消息中间件。 |
86 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/rocketmq) | [**`Docs`**](docs/linux/ops/service/rocketmq.md) | |
| 70 | + - [Kafka](docs/linux/ops/soft/kafka.md) - 应该是 Java 世界最流行的消息中间件了吧。 |
| 71 | + - [RocketMQ](docs/linux/ops/soft/rocketmq.md) - 阿里巴巴开源的消息中间件。 |
87 | 72 | - 数据库 |
88 | | - - Mysql - 关系型数据库 |
89 | | - - | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/mysql/install-mysql.md) | |
90 | | - - PostgreSQL - 关系型数据库 |
91 | | - - | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/postgresql.md#安装) | |
92 | | - - Mongodb - Nosql |
93 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/mongodb) | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/mongodb/install-mongodb.md) | |
94 | | - - Redis - Nosql |
95 | | - - | [**`Scripts`**](https://github.com/dunwu/os-tutorial/tree/master/codes/linux/ops/service/redis) | [**`Docs`**](https://github.com/dunwu/database/blob/master/docs/redis/install-redis.md) | |
| 73 | + - [Mysql](https://github.com/dunwu/database/blob/master/docs/mysql/install-mysql.md) - 关系型数据库 |
| 74 | + - [PostgreSQL](https://github.com/dunwu/database/blob/master/docs/postgresql.md#安装) - 关系型数据库 |
| 75 | + - [Mongodb](https://github.com/dunwu/database/blob/master/docs/mongodb/install-mongodb.md) - Nosql |
| 76 | + - [Redis](https://github.com/dunwu/database/blob/master/docs/redis/install-redis.md) - Nosql |
96 | 77 |
|
97 | 78 | ### [Windows](docs/windows) |
98 | 79 |
|
|
0 commit comments