GithubHelp home page GithubHelp logo

junjiemars / tlor Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 520 KB

Tlor is a distributed erlang's otp app, which can do some basic ejabberd 2.1.13+ xmpp server's mangement jobs.

License: MIT License

Makefile 1.82% Erlang 62.51% Shell 35.68%

tlor's Introduction

Tlor

Tlor is a distributed erlang's otp app, which can do some basic ejabberd 2.1.13+ xmpp server's mangement jobs.

Requirements

  1. Erlang R16B+
  2. Rebar 2.5.1+
  3. Make tools, the one in your box is fine

Configurations

  1. In rel/files/sys.config, replace all <your-*> with your extractly settings. {host_ipv4, "<your-host-ipv4"} specify the ipv4 address of the ejabberd server. {host_port, <your-host-port>} specify the port, default is 5222. {pubsub_service, "<your-pubsub-node>"} specify the pubsub's node name, the format like: pubsub.abc.def
  2. In rel/files/vm.args, replace all <your-*> with yours. -name tlor@<your-tlor-ipv4> specify tlor the ipv4 address which run on. -setcookie <your-tlor-cookie> specify the cookie.

How to build

  1. to compile: make compile
  2. to make distribution: make release

Hot to start/stop/debug

  1. start: rel/tlor/bin/tlor start
  2. stop: rel/tlor/bin/tlor stop
  3. debug: rel/tlor/bin/tlor console

What's you can do

  1. Register new user
  2. Publish to the owner node with any content
  3. Say to somebody just in time
  4. Something else your want it then found it

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.