0.1.15 • Published 11 years ago

debade-master v0.1.15

Weekly downloads
19
License
ISC
Repository
github
Last release
11 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

11 years ago

0.1.14

11 years ago

0.1.13

11 years ago

0.1.12

11 years ago

0.1.11

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.5

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago