이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
rebar3
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
62
위키
활동
소스 검색
Set node name correctly on erlsrv commandline
pull/3/head
Matt Campbell
13 년 전
committed by
Tuncer Ayaz
부모
4db90bafef
커밋
816d1805d5
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
통합 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/simplenode.windows.runner.cmd
+ 1
- 1
priv/templates/simplenode.windows.runner.cmd
파일 보기
@ -31,7 +31,7 @@
@
goto
:
EOF
@
goto
:
EOF
:
install
:
install
@
%erts_bin%
\erlsrv.exe add
%service_name%
-c
"
Erlang node
%node_name%
in
%node_root%
"
-w
%node_root%
-m
%node_root%
\bin\start_erl.cmd -args
"
++
%node_name%
++
%node_root%
"
-stopaction
"
init:stop().
"
@
%erts_bin%
\erlsrv.exe add
%service_name%
-c
"
Erlang node
%node_name%
in
%node_root%
"
-
sname
%node_name%
-
w
%node_root%
-m
%node_root%
\bin\start_erl.cmd -args
"
++
%node_name%
++
%node_root%
"
-stopaction
"
init:stop().
"
@
goto
:
EOF
@
goto
:
EOF
:
uninstall
:
uninstall
쓰기
미리보기
불러오는 중...
취소
저장