Added new 'root' supervisor, and mnesia as child to this supervisor

This commit is contained in:
Jonatan Pålsson 2011-02-02 19:09:44 +01:00
parent 3d8b413a8f
commit 3285bb9a7e
6 changed files with 110 additions and 6 deletions

2
start
View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
erl -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs
erl -mnesia -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs