dosubot[bot] commented on issue #616:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/616#issuecomment-2260239303

   <!-- Answer -->
   You should not encounter any specific issues building HugeGraph Server and 
Hubble locally on WSL Ubuntu, as long as you follow the instructions carefully. 
Here are the steps you need to follow:
   
   1. **Install Required Packages:**
      ```bash
      apt install curl build-essential
      ```
   
   2. **Install Node.js V16.x using NVM:**
      ```bash
      curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh 
| bash
      source ~/.bashrc
      nvm install 16
      ```
   
   3. **Verify Node.js Version:**
      ```bash
      node -v
      ```
   
   4. **Install Yarn:**
      ```bash
      npm install -g yarn
      ```
   
   5. **Clone the Toolchain Source Code:**
      ```bash
      git clone https://github.com/apache/hugegraph-toolchain.git
      ```
   
   6. **Install Python Dependencies:**
      ```bash
      sudo pip install -r 
hugegraph-hubble/hubble-dist/assembly/travis/requirements.txt
      ```
   
   7. **Compile Hubble and its Dependencies:**
      ```bash
      cd incubator-hugegraph-toolchain
      mvn install -pl hugegraph-client,hugegraph-loader -am 
-Dmaven.javadoc.skip=true -DskipTests -ntp
      cd hugegraph-hubble
      mvn -e compile package -Dmaven.javadoc.skip=true -Dmaven.test.skip=true 
-ntp
      cd apache-hugegraph-hubble-incubating*
      ```
   
   8. **Run Hubble:**
      ```bash
      bin/start-hubble.sh -d
      ```
   
   By following these steps, you should be able to build and run HugeGraph 
Server and Hubble on WSL Ubuntu without issues 
<sup>[[1]](https://github.com/apache/incubator-hugegraph-toolchain/blob/master/hugegraph-hubble/README.md)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to