Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,14 @@ cd hugegraph
# Build all modules (skip tests for faster build)
mvn clean package -DskipTests

# Extract built package
cd install-dist/target
tar -xzf hugegraph-{version}.tar.gz
cd hugegraph-{version}
# After building, the unpacked distribution will be in the project root:
ls apache-hugegraph-*

# Enter the unpacked directory (e.g., apache-hugegraph-1.7.0):
cd apache-hugegraph-*

# Enter the server package directory:
cd apache-hugegraph-server-1.7.0

# Initialize and start
bin/init-store.sh
Expand Down