Skip to content
forked from glific/glific

The Main applications that provides the core interface via the glific APIs

License

Notifications You must be signed in to change notification settings

cindyxzhang/glific

 
 

Repository files navigation

Glific - Two Way Open Source Communication Platform

License: AGPL v3 Code coverage badge

Packages Needed

Install the following packages using your favorite package manager. Links are provided for some

  • Install Elixir
  • Install Postgres
    1. For Postgres, for the development server, we default to using postgres/postgres as the username/password. This is configurable
    2. The db user needs to have superuser status on the database since we create a materialized view. This might change in a future release to a table

Download code

Setup

  • Copy the file: config/dev.secret.exs.txt to config/dev.secret.exs and edit it with your credentials
  • Run mix setup
  • Run mix phx.server

Here we go

Now you can visit localhost:4000 from your browser.

Learn more

Glific

Chat with us

About

The Main applications that provides the core interface via the glific APIs

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 95.7%
  • CSS 3.4%
  • Other 0.9%