Skip to content

oberon-chat/chat-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
rel
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Oberon Server

Deployment

Create an environmental variable file. An example one is provided:

cp .envrc.example .envrc

Read through .envrc and follow any instructions on regenerating secure values.

Development

Development Environment

The Oberon chat server requires the following packages to be installed:

  • Elixir >= 1.5
  • Postgres >= 9.6

Development Server

To start the Oberon chat server:

  1. Create a .envrc file. Use the example file as a starting point: cp .envrc.example .envrc.

  2. (Optional) Update values in .envrc to match the development environment.

  3. Start the server bin/start.

  4. To ensure client websocket connections work correctly, configure a DNS service to route traffic from localhost:4484 to chat-server.dev. We recommend using puma-dev.

About

Chat server in Elixir and Phoenix

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages