1、下载源码
git clone -b 4.8.0.1 –recursive https://github.com/apache/cloudstack.git
2、安装JAVA
3、安装 MAVEN
4、安装Mysql
5、编译cloudstack
mvn clean install -Dnoredist -DskipTests=true
6、初始化数据库
mvn -P developer -pl developer -Ddeploydb
7、注册模板
./cloud-install-sys-tmplt -m /export/secondary/ -f /root/tmp/systemvm64template-master-4.6.0-vmware.ova -h vmware -F
8、在数据库里面修改vCenter任务超时时长
update configuration set value=3600 where name=’vmware.vcenter.session.timeout’
8、运行调试环境
mvn -Dnoredist -pl :cloud-client-ui jetty:run
cloudstack 4.8编译和调试
最新推荐文章于 2024-09-03 07:06:21 发布