Skip to content

cblake777/F-ing-WhiteBoard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F-ing-WhiteBoard

It's an F-ing Whiteboard app.

Installing:

  1. ./rebar get-deps
  2. ./rebar compile generate

Using

To Run

./rel/fingwb/bin/fingwb start

To Attach to Running Process

./rel/fingwb/bin/fingwb attach

To Stop

./rel/fingwb/bin/fingwb stop

To View

http://127.0.0.1:8080

Alternate Method

First Step

  • Rename main directory from "F-ing Whiteboard" to "fingwb"

To Start

  • launch the app:
erl -pa `pwd`/deps/*/ebin -pa `pwd`/ebin
  • Start the Whiteboard (from within the fingwb directory):
application:ensure_all_started(fingwb).

To View Status

i().

To Quit

q().

About

It's an F-ing Whiteboard app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • Erlang 10.3%
  • CSS 9.2%
  • Shell 8.6%