Giter Site home page Giter Site logo

cubeai's People

Contributors

cube-ai avatar huolongshe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cubeai's Issues

用户注册邮件SMTP服务在哪修改?

用户注册邮件SMTP服务在哪修改?是在文件
~/cubeai/uaa/src/main/resources/config/application-dev.yml
~/cubeai/uaa/src/main/resources/config/application-prod.yml
中的:

    mail:
        host: ***
        port: ***
        username: ***
        password: ***
        properties:
            mail:
                smtp:
                    auth: true

把***修改成自己的邮箱地址及smtp服务器,
把~/cubeai/uaa/src/main/resources/config/application.yml中的false改为true:

    health:
        mail:
            enabled: true # When using the MailService, configure an SMTP server and set this to true

修改这几个地方后,依然不好使,请问应该在哪些地方修改?
谢谢!

nexus配置

nexus可以使用http吗,或者是否有https配置文档

添加模型镜像artifact文件失败。

用的模型是官网 人脸年龄识别.zip
docker-compose ps
Name Command State Ports

prod_ability-app_1 /bin/sh -c echo "The appli ... Up 5701/udp, 8086/tcp
prod_consul-config-loader_1 /bin/sh -c /load-config.sh Up
prod_consul_1 docker-entrypoint.sh consu ... Up 8300/tcp, 8301/tcp, 8301/udp, 8302/tcp, 8302/udp, 0.0.0.0:8500->8500/tcp, 8600/tcp, 8600/udp
prod_gateway-app_1 /bin/sh -c echo "The appli ... Up 5701/udp, 0.0.0.0:8080->8080/tcp
prod_kafka_1 start-kafka.sh Up
prod_uaa-app_1 /bin/sh -c echo "10.100.26 ... Up 5701/udp, 9999/tcp
prod_uaa-mysql_1 docker-entrypoint.sh mysql ... Up 3306/tcp
prod_uapp-mysql_1 docker-entrypoint.sh mysql ... Up 3306/tcp
prod_ucomposer-app_1 /bin/sh -c echo "The appli ... Up 5701/udp, 8087/tcp
prod_umd-app_1 /bin/sh -c echo "10.100.26 ... Up 5701/udp, 8084/tcp
prod_umm-app_1 /bin/sh -c echo "The appli ... Up 5701/udp, 8081/tcp
prod_umm-mysql_1 docker-entrypoint.sh mysql ... Up 3306/tcp
prod_umo-app_1 /bin/sh -c echo "10.100.26 ... Up 5701/udp, 8085/tcp
prod_umu-app_1 /bin/sh -c echo "10.100.26 ... Up 5701/udp, 8082/tcp
prod_zookeeper_1 /bin/sh -c /usr/sbin/sshd ... Up 2181/tcp, 22/tcp, 2888/tcp, 3888/tcp
③添加artifact
开始添加artifact文件...
添加模型镜像artifact文件失败。

工程编译:···受支持 source 版本 'RELEASE_6' 低于 -source '1.8'

使用IntelliJ IDEA进行工程编译时出现如下警告:
Warning:java: 来自注释处理程序 'net.java.dev.hickory.prism.internal.PrismGenerator' 的受支持 source 版本 'RELEASE_6' 低于 -source '1.8'
安装的openjdk-8-jdk,IDEA中选择的java sdk版本为1.8
请问,IDEA需要做哪些修改才能顺利编译?谢谢!

sh: build-docker.sh: No such file or directory

sh build-all-python.sh
build-all-python.sh: line 1: cd: /home//cubeai/uaa-python: No such file or directory
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 4: cd: /home//cubeai/gateway-python: No such file or directory
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 7: cd: /home//cubeai/portal-python: No such file or directory
build-all-python.sh: line 8: yarn: command not found
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 11: cd: /home//cubeai/ppersonal-python: No such file or directory
build-all-python.sh: line 12: yarn: command not found
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 15: cd: /home//cubeai/pmodelhub-python: No such file or directory
build-all-python.sh: line 16: yarn: command not found
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 19: cd: /home//cubeai/popen-python: No such file or directory
build-all-python.sh: line 20: yarn: command not found
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 23: cd: /home//cubeai/umm-python: No such file or directory
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 26: cd: /home//cubeai/umu-python: No such file or directory
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 29: cd: /home//cubeai/umd-python: No such file or directory
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 32: cd: /home//cubeai/ability-python: No such file or directory
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 35: cd: /home//cubeai/pface-python: No such file or directory
build-all-python.sh: line 36: yarn: command not found
sh: build-docker.sh: No such file or directory
build-all-python.sh: line 39: cd: /home//cubeai/uface-python: No such file or directory
sh: build-docker.sh: No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.