美文网首页我爱编程
「物联网」各组件指令集合

「物联网」各组件指令集合

作者: SmartKarren | 来源:发表于2018-05-15 13:37 被阅读0次

    emqtt

    ./emqttd start
    ./emqttd stop
    

    mongodb

    ./mongod --config ../mongodb.conf
    

    kafka

    ./kafka-server-start.sh ../conf/server.properties
    ./kafka-server-stop.sh
    

    zookeeper

    ./zkServer.sh start  ../conf/zoo.cfg
    

    nginx

    ./nginx
    ./nginx -s reload
    

    webApi

    dotnet xxx.dll
    

    Docker

    docker build -t xxx/xxx .
    docker ps
    docker run -it -p xx:xx xxx/xxx
    docker run -d -p xx:xx xxx/xxx
    docker images
    docker rmi xxx --force
    

    相关文章

      网友评论

        本文标题:「物联网」各组件指令集合

        本文链接:https://www.haomeiwen.com/subject/zfiedftx.html