ricecake / F-ing-WhiteBoard

It's an F-ing Whiteboard app.
MIT License
2 stars 3 forks source link

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://127.0.0.1:8080

Alternate Method

First Step

To Start

erl -pa `pwd`/deps/*/ebin -pa `pwd`/ebin
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.