planga

Wrapper for interacting with the Planga chat server.


License
MIT
Install
pip install planga==1.0.0

Documentation

Planga

Planga Planga Docs

Planga is the Chat-Service that is very easy to seamlessly integrate with your existing application!

It is currently in a relatively early beta-stage; check back soon for more information.

Running Planga Yourself

  1. Copy this repository
  2. Install Erlang and Elixir
  3. Install Elixir dependencies using mix deps.get
  4. Create the Mnesia database using mix do ecto.create, ecto.migrate, run priv/repo/seeds.exs
  5. Run the application using mix phx.server or with console using iex -S mix phx.server