中文官网
https://nacos.io/zh-cn/
下载地址
https://github.com/alibaba/nacos/releases
如果是高版本的话需注意默认是集群的方式启动的
具体解决方法可参考 https://blog.csdn.net/qq_43705670/article/details/126930309
Nacos默认是集群(cluster)启动,将其设置为单机(standalone)启动则不会报这个错。若需要集群启动则需要进行相关的集群配置。
windows启动:
startup.cmd -m standalone
linux启动:
startup.sh -m standalone
进入到Nacos文件夹,进行编译
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
unzip nacos-server-$version.zip 或者 tar -xvf nacos-server-$version.tar.gz
cd nacos/bin