当前位置:网站首页>Shell脚本之启动Nacos服务端
Shell脚本之启动Nacos服务端
2022-06-11 06:49:00 【[email protected]】
1、上脚本命令
prepare.sh:
#!/bin/bash
//下在文件并保存在某个目录下
wget -O /home/shell/nacos-server-1.3.2.tar.gz https://handson.oss-cn-shanghai.aliyuncs.com/nacos-server-1.3.2.tar.gz
//解压文件到-C后面指定的目录
tar -xzvf /home/shell/nacos-server-1.3.2.tar.gz -C /home/shell/
//执行nacos启动脚本
sh /home/shell/nacos/bin/startup.sh -m standalone
2、执行脚本命令
sh ~/prepare.sh
版权声明
本文为[[email protected]微胖子]所创,转载请带上原文链接,感谢
https://blog.csdn.net/zouyang920/article/details/125198786
边栏推荐
- Jenkins user rights management
- 搜狐员工遭遇工资补助诈骗 黑产与灰产有何区别 又要如何溯源?
- SQL language - query statement
- 节流和防抖
- On cursor in MySQL
- JS implementation of graphic merging and sorting process [source code attached]
- []==![]
- June training (day 11) - matrix
- 2021-03-25
- Aircraft battle from scratch (III) flight between player aircraft and enemy aircraft
猜你喜欢

latex 各种箭头/带文字标号的箭头/可变长箭头

Starting from scratch (V) realize bullet positioning and animation

JS two methods to determine whether there are duplicate values in the array

网狐游戏服务器房间配置向导服务定制功能页实现

洛谷P1091合唱队形(最长上升子序列)

关于 QtCreator的设计器QtDesigner完全无法正常拽托控件 的解决方法

CCS method of installing compiler

Handwritten a message queue in two ways

你知道IT人才外派服务报价是怎样的么?建议程序员也了解下

Stack -- one of two common linear structures of linear structure
随机推荐
Error code in ijkplayer
Lazy load
Differences between FindIndex and indexof
搜狐员工遭遇工资补助诈骗 黑产与灰产有何区别 又要如何溯源?
Learn a trick to use MySQL functions to realize data desensitization
Detailed explanation of mutual call between C language and Lua
数组去重。。。。
Sharing of personal common software and browser plug-ins
Text overflow failure
Handwritten a message queue in two ways
347. top k high frequency elements
QT script document translation (I)
A highly controversial issue
22年五月毕设
The nearest common ancestor of 235 binary search tree
JVM from getting started to abandoning 1: memory model
Stack -- one of two common linear structures of linear structure
通过两种方式手写一个消息队列
Oracle prompt invalid number
sql查询问题,只显示列名 不显示数据