Starting erlang_js properly, and modified python_client tot start two sequential connections
This commit is contained in:
parent
79777e7b1c
commit
7267781b64
4 changed files with 8 additions and 5 deletions
2
start
2
start
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erl -mnesia -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs
|
||||
erl -sname ggs -mnesia -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs
|
||||
|
|
Reference in a new issue