Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 653 Bytes

Oberon Server

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:4040 to chat-server.dev. We recommend using puma-dev.