软件下载
git clone https://github.com/alibaba/nacos.git
编译
- 使用idea打开nacos项目,配置好jdk,maven,执行编译
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
- 编译完成后执行文件目录
distribution/target/nacos-server-$version/nacos/bin
启动
Linux/Unix/Mac
启动命令(standalone代表着单机模式运行,非集群模式):
sh startup.sh -m standalone
如果您使用的是ubuntu系统,或者运行脚本报错提示[[符号找不到,可尝试如下运行:
bash startup.sh -m standalone
Windows
启动命令(standalone代表着单机模式运行,非集群模式):
startup.cmd -m standalone