telepat-docker-compose-files

Docker Compose recipes for telepat

  • 所有者: telepat-io/telepat-docker-compose-files
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

##Getting started with Telepat

There are two main ways you can get Telepat running on your infrastructure: using Docker containers or by cloning the source code off Github and running the NodeJS applications yourself.

##A. Docker containers

We provide official docker-compose recipes for running Telepat and its dependencies (Couchbase, Elasticsearch, Redis and Apache Kafka). The recipes are separated in two components, shared dependencies and the actual Telepat software. Once you have docker and docker-compose installed on your machine, here are the steps to get everything running:

git clone https://github.com/telepat-io/telepat-docker-compose-files
cd telepat-docker-compose-files/shared
sudo docker-compose up 

Wait for things to boot up and when the logs stabilize, open a new terminal windows and start up the Telepat instance:

cd telepat-docker-compose-files/telepat
sudo docker-compose up

Right now everything should be up and running. The API instance is available on the same IP as your docker client (if you're running the Docker instance locally, it's localhost. If you're running on a Mac with boot2docker, you can find the IP by running:

boot2docker ip

The Sync API is running on port 3000 by default and the websockets endpoint runs on port 80 by default.

##B. From source

The Telepat backend stack is made up of two components. The Sync API (https://github.com/telepat-io/telepat-api) and the background workers (https://github.com/telepat-io/telepat-worker). Each of these repos provide usage instructions on their respective README files, generally it's a matter of setting the correct ENV variables for linking to Couchbase, Elasticsearch, Redis and Kafka and then starting the NodeJS apps.

##Initial configuration

You can use the telepat-cli NPM package in order to interact with and configure your Telepat instance. Install telepat-cli like this:

npm install -g telepat-cli

Check out the Telepat Getting Started article on the documentation portal for more details.

主要指标

概览
名称与所有者telepat-io/telepat-docker-compose-files
主编程语言
编程语言 (语言数: 0)
平台
许可证
所有者活动
创建于2015-06-08 12:35:46
推送于2017-07-07 10:32:12
最后一次提交2017-07-07 13:31:59
发布数0
用户参与
星数21
关注者数7
派生数4
提交数23
已启用问题?
问题数7
打开的问题数4
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?