-
Notifications
You must be signed in to change notification settings - Fork 80
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
[ISSUE-381] Fix quickStart document #382
Conversation
1. Prepare Git、JDK8、Maven、Docker environment。 | ||
2. Download Code:`git clone https://github.com/TuGraph-family/tugraph-analytics` | ||
3. Build Project:`mvn clean install -DskipTests` | ||
3. Build Project:`./build.sh --module=gealfow --output=package` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build Script can be executed by default without options
docs/docs-cn/source/1.guide_cn.md
Outdated
4. 测试任务:`./bin/gql_submit.sh --gql geaflow/geaflow-examples/gql/loop_detection.sql` | ||
3. 构建镜像:`./build.sh --all` | ||
4. 启动容器:`docker run -d --name geaflow-console -p 8888:8888 geaflow-console:0.1` | ||
3. 引擎构建:`./build.sh --module=gealfow --output=package` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build Project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.