git clone https://github.com/alibaba/nacos.git
cd nacos/
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
ls -al distribution/target/
// change the $version to your actual path
cd distribution/target/nacos-server-$version/nacos/bin
启动成功之后,浏览器输入:http://127.0.0.1:8848/nacos/
mac下安装nacos
2021/12/17 10:57:50
