摘要: 一、安装 Jenkins 以 root 或者其他有 sudo 权限的用户身份,执行以下步骤在 CentOS 8 上安装 Jenkins。 01.Jenkins 是以 Java 编写的,所以第一步就是安装 Java。Jenkins 要求 Java 版本在 8 和 11 之间,但是有一些 Jenkins 阅读全文
posted @ 2021-08-07 21:28 极客兵兵 阅读(677) 评论(0) 推荐(0)
摘要: 使用离线安装,操作步骤如下: 1.将 https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py 这个python 脚本存储到本地,如存储为install-poetry.py2.在 https://g 阅读全文
posted @ 2021-08-07 20:01 极客兵兵 阅读(3408) 评论(0) 推荐(0)
摘要: cookiecutter生成项目目录 cookiecutter会生成对应的目录结构,过程中输入的一些参考参数如下: (base) [root@localhost home]# cookiecutter https://github.com/tiangolo/full-stack-fastapi-po 阅读全文
posted @ 2021-08-07 13:16 极客兵兵 阅读(1785) 评论(0) 推荐(0)