你的位置:首页 > 信息动态 > 新闻中心
信息动态
联系我们

mac下安装nacos

2021/12/17 10:57:50
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/