Git Product home page Git Product logo

Comments (12)

ruizeng avatar ruizeng commented on June 12, 2024

sorry, the doc is out date.
service apiprovidor and controller rely on rabbitmq. you need to install rabbitmq first.

sudo apt-get install rabbitmq-server -y

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

I have setup rabbitmq, mqttaccess process is normal

from pando-cloud.

ruizeng avatar ruizeng commented on June 12, 2024

mqttaccess does not rely on rabbitmq. we implement mqtt protocol in mqttaccess in Go.
Actually rabbitmq is used for internal message queue and the 5672 port is the default listening port of rabbitmq.

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

wget http://www.rabbitmq.com/releases/rabbitmq-server/v3.6.0/rabbitmq-server_3.6.0-1_all.deb
sudo dpkg -i rabbitmq-server_3.6.0-1_all.deb

from pando-cloud.

ruizeng avatar ruizeng commented on June 12, 2024

make sure your rabbitmq-server is successfully installed and launched.

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

this is what I execute, How I do? need execute "sudo apt-get install rabbitmq-server -y"?

from pando-cloud.

ruizeng avatar ruizeng commented on June 12, 2024

just try sudo apt-get install rabbitmq-server -y, it will start rabbit automatically after installation.

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

Password:
root@pando:/home/pando# sudo apt-get install rabbitmq-server -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rabbitmq-server
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 3,909 kB of archives.
After this operation, 4,867 kB of additional disk space will be used.
Get:1 http://hk.archive.ubuntu.com/ubuntu/ trusty/main rabbitmq-server all 3.2.4-1 [3,909 kB]
Fetched 3,909 kB in 6s (640 kB/s)
Selecting previously unselected package rabbitmq-server.
(Reading database ... 79291 files and directories currently installed.)
Preparing to unpack .../rabbitmq-server_3.2.4-1_all.deb ...
Unpacking rabbitmq-server (3.2.4-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up rabbitmq-server (3.2.4-1) ...
Adding group rabbitmq' (GID 116) ... Done. Adding system userrabbitmq' (UID 109) ...
Adding new user rabbitmq' (UID 109) with grouprabbitmq' ...
Not creating home directory `/var/lib/rabbitmq'.

  • Starting message broker rabbitmq-server
    ...done.
    Processing triggers for ureadahead (0.100.0-16) ...

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

kill and execute ,ok,thank you!

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

when I execute run.sh, show many not fund,Why? must execute each row alone in run.sh

from pando-cloud.

gmshiot avatar gmshiot commented on June 12, 2024

I propose to revise rabbitMQ part of this article https://github.com/PandoCloud/pando-cloud/blob/master/docs/zh-cn/quick-start/ubuntu.md

from pando-cloud.

ruizeng avatar ruizeng commented on June 12, 2024

document updated. thx for your suggestion.

from pando-cloud.

Related Issues (20)

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.