It's an F-ing Whiteboard app.
- ./rebar get-deps
- ./rebar compile generate
./rel/fingwb/bin/fingwb start
./rel/fingwb/bin/fingwb attach
./rel/fingwb/bin/fingwb stop
http://127.0.0.1:8080
- Rename main directory from "F-ing Whiteboard" to "fingwb"
- launch the app:
erl -pa `pwd`/deps/*/ebin -pa `pwd`/ebin
- Start the Whiteboard (from within the fingwb directory):
application:ensure_all_started(fingwb).
i().
q().