Skip to content

ricecake/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. ensure you have erlang installed, preferably from erlang solutions.
  2. ./rebar get-deps
  3. ./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:https://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().

additionally, devStart.sh may be used to start the app as above, while also re-loading the code when changes are made, to ease development.

To Contribute:

Fork the repo, and make your changes in a branch with an appropriate name Then, open a pull request, and upon review, it'll be merged in, and shortly thereafter into master.