Nacos download and installation steps

1. Download the installation package

1.1 . Nacos official website: https://nacos.io/zh-cn/hub
Open the official website, click to go to Github

1. Nacos official website

1.2. Open the Nacos Github homepage, click Release, click tags, you can see all versions, select the version you need to download

Nacos Github homepage

Click Release

Select the corresponding system download

GitHub homepage: https://github.com/alibaba/nacos
Release download page of GitHub: https://github.com/alibaba/nacos/releases

2. Configuration

2.1 Unzip the download package to any non-Chinese directory

 

Nacos decompression directory

2.2 Configuration
Open the configuration file application.properties in the conf directory, the default port of Nacos is 8848

 

image.png

3. Start Nacos

3.1 Enter the bin directory, open cmd, and start the command:
startup.cmd -m standalone 或者双击
Open the address displayed on the console or directly enter http://127.0.0.1:8848/nacos

 

Nacos start


3.2 Access
Nacos default account nacos, password nacos

 

Nacos login

 

Guess you like

Origin blog.csdn.net/qq_40609490/article/details/127885505