当前位置:网站首页>Start the Nacos server of shell script
Start the Nacos server of shell script
2022-06-11 06:52:00 【[email protected]】
1、 Upper script command
prepare.sh:
#!/bin/bash
// File and save in a directory
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
// Extract files to -C The directory specified later
tar -xzvf /home/shell/nacos-server-1.3.2.tar.gz -C /home/shell/
// perform nacos The startup script
sh /home/shell/nacos/bin/startup.sh -m standalone
2、 Execute script command
sh ~/prepare.sh
版权声明
本文为[[email protected] micro fatty]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110649304372.html
边栏推荐
- Handwritten promise [01] - Implementation of promise class core logic
- The realization of online Fox game server room configuration battle engagement customization function
- JVM from getting started to giving up 2: garbage collection
- The meaning and research significance of mathematical methodology
- Notice on organizing the application for the first edition of Ningbo key software in 2022
- WPF 数据绑定(四)
- 100. 相同的树
- Do you use typescript or anyscript
- Unity 全景漫游过程中使用AWSD控制镜头移动,EQ控制镜头升降,鼠标右键控制镜头旋转。
- Lazy load
猜你喜欢

【迅为干货】龙芯2k1000开发板opencv 测试

100. same tree

搜狐员工遭遇工资补助诈骗 黑产与灰产有何区别 又要如何溯源?

byte和bit的区别

JVM from getting started to abandoning 1: memory model

网狐游戏服务器房间配置约战定制功能实现

Won't virtual DOM be available in 2022? Introduction to virtual Dom and complete implementation of diff and patch

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

解决ffmpeg獲取AAC音頻文件duration不准

About the principle and code implementation of Siou (review IOU, giou, Diou, CIO)
随机推荐
The meaning and research significance of mathematical methodology
LEARNING TARGET-ORIENTED DUAL ATTENTION FOR ROBUST RGB-T TRACKING
Starting from scratch (I)
关于 QtCreator的设计器QtDesigner完全无法正常拽托控件 的解决方法
Flutter 内外边距
Post exam summary
[matlab WSN communication] a_ Star improved leach multi hop transmission protocol [including source code phase 487]
Text overflow failure
Do you use typescript or anyscript
Do you know what the quotation for it talent assignment service is? It is recommended that programmers also understand
Open source cartoon server mango
Shell脚本之启动Nacos服务端
开源漫画服务器Mango
The nearest common ancestor of 235 binary search tree
Redux learning (I) -- the process of using Redux
Latex various arrows / arrows with text labels / variable length arrows
UEFI finding PCI devices
通过 Ingress 进行灰度发布
Practice: how to reasonably design functions to solve practical problems in software development (I)
Handwritten a message queue in two ways