Nacos installation (video tape)

Crazy maker culture circle Java [one hundred million concurrent high flow chat room] actual combat series [ blog park entrance total ]

Architect interview growth + high concurrency essential foundation books [ Netty Zookeeper Redis high concurrency combat ]


Crazy maker culture circle high concurrency environment video, one after another on-line:

  • Windows Redis installed (with video)
  • Linux Redis installed (with video)
  • Windows Zookeeper installation (with video)
  • Linux Zookeeper installation (with video)
  • Linux RabbitMQ installation (with video)
  • Nacos installation (video tape)

Small video and gadget Baidu network disk link , see the crazy maker culture circle high concurrency community blog

The first step download Nacos

Nacos Server Download:

https://github.com/alibaba/nacos/releases

Crazy maker culture ring network disk provides a zip bag, nacos-server-1.1.3.zip

The second step upload to linux, and unzip

Upload / work, then unzip

cd  /work

unzip  nacos-server-1.1.3.zip

The fourth step to start the server

Stand-alone mode Start method:

/work/nacos/bin/startup.sh -m standalone

If the windows server, also start command is different

startup.cmd -m standalone

The fourth step is set Nacos boot

Edit the startup configuration file /etc/rc.local, adding boot entry, add content inside:

#调用开启Redis的命令


/work/nacos/bin/startup.sh -m standalone

Step five: access background

Nacos Server back-end access address:

http://192.168.233.128:8848/nacos

The default account and password: nacos nacos

Finally: I will use the command

停止 : /work/nacos/bin/shutdown.sh

启动 : /work/nacos/bin/startup.sh   -m standalone

In particular, please pay attention to Java concurrency high learning community [ blog park entrance total ]


Finally, tell us about the crazy maker culture circle: Crazy maker culture circle, a highly concurrent Java learning community [ blog park entrance total ]

Crazy maker culture circle, a commitment to delivering: interview + interview must-must-must-interview + base + actual principle books " Netty Zookeeper Redis combat high concurrency "

img


Crazy maker culture circles Java Sike series

  • Java (Netty) chat program [traffic] one hundred million real open source project combat

  • Netty source, principle, JAVA NIO principle
  • Java questions face clean sweep
  • Crazy maker culture circle [blog park entrance total]

Guess you like

Origin www.cnblogs.com/crazymakercircle/p/11992539.html