Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议增加windows下的启动脚本 #49

Open
HerovNL opened this issue Nov 18, 2020 · 3 comments
Open

建议增加windows下的启动脚本 #49

HerovNL opened this issue Nov 18, 2020 · 3 comments

Comments

@HerovNL
Copy link

HerovNL commented Nov 18, 2020

启动脚本(bin/hugegraph-studio.bat)样例:

@echo off
set LAST_PATH=%cd%
cd /d  %~dp0
cd ..
set LOG_CONF=%cd%\conf\log4j2.xml
set PROP_CONF=%cd%\conf\hugegraph-studio.properties
set LIB_DIR=%cd%\lib
cd %LAST_PATH%
@java -Dlog4j.configurationFile=%LOG_CONF% -Dstudio.home=%cd% -classpath "%LIB_DIR%\*" com.baidu.hugegraph.studio.HugeGraphStudio PROP_CONF
@javeme
Copy link

javeme commented Nov 18, 2020

@HerovNL 感谢反馈,也欢迎贡献完善的Windows版本脚本。

@HerovNL
Copy link
Author

HerovNL commented Nov 19, 2020

调整了下避免运行完或者Ctrl+C终止后没回到原来目录

@javeme
Copy link

javeme commented Nov 20, 2020

@HerovNL 感谢,欢迎直接提交待代码仓库中,贡献流程可参考:https://github.com/hugegraph/hugegraph/blob/master/CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants