0.1.15 • Published 9 years ago

debade-master v0.1.15

Weekly downloads
19
License
ISC
Repository
github
Last release
9 years ago

Debade Mater Daemon

配置文件

  • /etc/debade/debade.conf: 存放debade启动的相关信息

      {
          ## 作为连接rabbitMQ Server的客户端的配置
          "master": {
              ## rabbitMQ的地址
              "server": "localhost",
              "port": 5672,
              "user": "guest",
              "password": "guest"
          },
          ## 依赖redis
          "redis": {
              "host": "localhost",
              "port": 80,
              "channel": "debade"
          }
      }

RabbitMQ的安装参考:rabbitmq.com

Ubuntu

  • Add the following line to your /etc/apt/sources.list:

      deb http://www.rabbitmq.com/debian/ testing main
  • To avoid warnings about unsigned packages, add our public key to your trusted key list using apt-key(8):

      wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc
      sudo apt-key add rabbitmq-signing-key-public.asc
  • apt-get update

  • sudo apt-get install rabbitmq-server

  • edit '/etc/rabbitmq/rabbitmq.config'

      [{rabbit, [{loopback_users, []}]}].
0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.5

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago