最新版本n9e手工编译后pub前端无法访问

Viewed 75

git clone https://github.com/ccfos/nightingale.git
cd nightingale

编译 n9e

make build

编译 n9e-edge

make build-edge

以上命令编译的,pub无法访问了,是姿势有问题吗?

[root@n9e n9e] curl http://192.168.0.1:17000/pub/
404 page not found

[root@n9e n9e] curl http://192.168.0.1:17000
404 page not found

1 Answers

可以看看makefile,有个prebuild 要去下载编译前端项目到二进制

是的,make all就好了。