mysql 5.7.42
node v10.24.0
git 2.34.1
jdk openjdk version "11.0.19" 2023-04-18
maven Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
自行配置:nfs
代码克隆地址:
git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
修改数据库配置文件数据root密码utils/conf/db.properties DBROOTPW= build/replace.properties db.root.password=
后台
#清理 mvn clean #下载包 mvn -P deps -DskipTests=true #安装包 mvn install -DskipTests=true #初始化数据库 mvn -P developer -Ddeploydb -pl developer #运行 mvn -pl client jetty:run
前台#在ui目录下 #安装依赖 npm install #启动项目 npm run serve #node-sass依赖 npm i --unsafe-perm node-sass // 更换国内源 npm config set registry https://registry.npmmirror.com // 恢复官方源 npm config set registry https://registry.yarnpkg.com
登录http://localhost:5050/#/user/login?redirect=%2F admin password
使用IDEA调试,采用
-pl client jetty:run
文章来源:https://www.toymoban.com/news/detail-512844.html
文章来源地址https://www.toymoban.com/news/detail-512844.html
到了这里,关于centos8运行cloudstack4.18的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!