Apollo

时间:2023-01-20 17:17:37

下载源码:

https://github.com/nobodyiam/apollo-build-scripts#%E4%B8%80%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C

执行sql位置:\apollo-build-scripts-master\sql\apolloconfigdb.sql

mysql> source /usr/data/sql/apolloconfigdb.sql

mysql> source /usr/data/sql/apolloportaldb.sql

bash: ./demo.sh: 权限不够
[root@localhost apollo-build-scripts-master]# chmod 777 ./demo.sh

[root@localhost apollo-build-scripts-master]# ./demo.sh start
==== starting service ====
Service logging file is ./service/apollo-service.log
Started [19135]
Waiting for config service startup.....
Config service started. You may visit http://localhost:8080 for service status now!
Waiting for admin service startup.
Admin service started
==== starting portal ====
Portal logging file is ./portal/apollo-portal.log
Started [19337]
Waiting for portal startup....
Portal started. You can visit http://localhost:8070 now!
[root@localhost apollo-build-scripts-master]#