Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 829 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 829 Bytes

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