当前位置:网站首页>JVs privatization deployment start failure handling scheme

JVs privatization deployment start failure handling scheme

2022-07-27 20:45:00 jonyleek

 ------------------------------------------------------------------------------------------------------------------------

JVS It is the enterprise digital rapid development platform that soft development enterprise service strives to build , The platform supports native applications and light applications , Some of these functions are already in gitee The open source , Open source address :gitee.com/software-minister/jvs, On-line demo:frame.bctools.cn, This article is one of a series of articles .

--------------------------------------------------------------------------------------------------------------------------
 

Deploy basic data storage module

docker-compose -f docker-compose-db.yml  up -d

    perform `docker ps ` Check

  • Check es The success of
  • visit http://localhost:9200/

Check minio The success of

​http://localhost:9001/login​

Account number   miniominio

password   miniominio

  • Check redis The success of

password   redis

  • Check mysql The success of

Account number   root

password   root

  • Check nacos The success of
  • visit http://localhost:8848/nacos/#/login
  • Account number nacos
  • password nacos

Restart the data enclosure

docker-compose -f docker-compose-db.yml  restart 

Deploy business function modules

docker-compose up -d

  • Check whether the management side is successful
  • visit  http://localhost
  • Account number admin
  • password 123456
  • Check whether the enterprise document is successful
  • visit http://localhost:8848
  • Account number admin
  • password admin

Whether it can connect with the existing user system of the enterprise

System support LDAP, It can connect with the existing user system of the enterprise , Realize the login of existing users in the enterprise “ Enterprise documents ”

stay application.yml Configuration can be supported in

原网站

版权声明
本文为[jonyleek]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/208/202207271801377375.html