Added supervisor structure

This commit is contained in:
Jonatan Pålsson 2011-02-16 16:50:57 +01:00
parent b0be23c0a5
commit ae1856e1f2
3 changed files with 62 additions and 0 deletions

7
src/start_ggs.erl Normal file
View file

@ -0,0 +1,7 @@
-module(start_ggs).
-export([start/0]).
start() ->
application:start(inets),
application:start(erlang_js),
application:start(ggs).