You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo off
d:
cd D:\yona
del RUNNING_PID
SET JAVA_OPTS=-Dyona.home=d:/yona -Dconfig.file=d:/yona/conf/application.conf -Dlogger.file=d:/yona/conf/application-logger.xml
bin\yona.bat
아래 내용중 경로를 yona설치 폴더로 잡아 줍니다.
d:
cd D:\yona
윈도우 시작 프로그램에 yona_run.bat를 생성하고 다음과 같이 내용을 채워 줍니다.
https://repo.yona.io/hyunseogi/JHS_TEST/post/2 를 참조 부탁 드립니다.
이전내용
Hstart
를 다운받아 적당한 위치에 풀어 줍니다.
yona_auto_start.bat
아래 내용중 경로를 yona설치 폴더로 잡아 줍니다.
윈도우 시작 프로그램에
yona_run.bat
를 생성하고 다음과 같이 내용을 채워 줍니다.yona_run.bat
내용중 경로는 각 설치 경로로 변경 해주세요.
이제 시작 프로그램에 넣어 두었기 때문에 윈도우가 부팅 되면서 백그라운드 실행이 됩니다.
ps. 윈도우에서 yona종료 시키는 방법은..... 모르겠네요 ㅎㅎㅎ
The text was updated successfully, but these errors were encountered: