项目作者: danbruder

项目描述 :
Multi-user real time whiteboard
高级语言: JavaScript
项目地址: git://github.com/danbruder/whiteboard.git
创建时间: 2018-03-10T19:43:47Z
项目社区:https://github.com/danbruder/whiteboard

开源协议:

下载


Whiteboard

A multi-user whiteboard written in Elm and Elixir/Phoenix.

screenshot

Installation

  1. git clone git@github.com:danbruder/whiteboard.git
  2. cd whiteboard
  3. mix deps.get
  4. cd assets && yarn install

Development

  1. mix phx.server

Deploy

Setup your nanobox account and create a project.

  1. nanobox remote add [nanobox project name]

Update config/prod.ex with the live url:

  1. config :whiteboard, WhiteboardWeb.Endpoint,
  2. load_from_system_env: true,
  3. url: [host: YOUR_URL_HERE, port: 80],
  4. cache_static_manifest: "priv/static/cache_manifest.json"

Then you can deploy with:

  1. mix phx.digest
  2. nanobox deploy