1 Star 1 Fork 0

connorma / quick_launch_tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

一批方便linux系统上部署常用软件的脚本,已在centos 7、ubuntu 18.04系统上测试通过,目前支持:

  • mysql 5.7/8
  • postgresql 14
  • oracle 11gR2 (centos 7通过)
  • nginx
  • redis
  • jdk
  • maven
  • nodejs
  • php

使用方式简单,以mysql为例:

./mysql_install.sh --help

则给出使用提示:

Usage:
  ./mysql_install.sh -f ARCHIVE_TARBARR_PATH [-c CONFIGURATION_PATH]
Common options:
  -f,  file, absolute path of archive tarball. Without -f options will download tarball from Internet
  -c,  conf, absolute path of configuration file, default to `/tmp/mysql_env.config`

使用-f option指定本地mysql-server的tar包绝对路径;使用-c option可以指定自定义配置文件路径,读取自定义配置参数,脚本将自动应用到mysql配置文件中

脚本只会执行软件的基本安装和必要的配置,并不会修改过多配置参数,可以进行更多自定义操作

MIT License Copyright (c) 2022 connorma Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一批方便linux系统上部署常用软件的脚本,已在centos 7、ubuntu 18.04系统上测试通过 展开 收起
Shell
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Shell
1
https://gitee.com/connormma/quick_launch_tools.git
git@gitee.com:connormma/quick_launch_tools.git
connormma
quick_launch_tools
quick_launch_tools
master

搜索帮助