File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed
Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ The main features:
2525
2626### prepare
2727
28+ #### Centos7
29+
2830``` bash
2931sudo yum install -y git \
3032 make \
@@ -40,6 +42,20 @@ sudo yum install -y git \
4042
4143```
4244
45+ #### Ubuntu
46+
47+ ``` bash
48+ sudo apt-get install -y \
49+ git \
50+ wget \
51+ python3-pip \
52+ python \
53+ openjdk-8-jdk \
54+ maven
55+
56+ export JAVA_HOME=/usr/lib/jvm/default-java/
57+ ```
58+
4359``` bash
4460git clone https://github.com/vesoft-inc/nebula-bench.git
4561cd nebula-bench
Original file line number Diff line number Diff line change 2222
2323### 安装准备
2424
25+ #### Centos7
26+
2527``` bash
2628sudo yum install -y git \
2729 make \
@@ -38,6 +40,20 @@ sudo yum install -y git \
3840
3941```
4042
43+ #### Ubuntu
44+
45+ ``` bash
46+ sudo apt-get install -y \
47+ git \
48+ wget \
49+ python3-pip \
50+ python \
51+ openjdk-8-jdk \
52+ maven
53+
54+ export JAVA_HOME=/usr/lib/jvm/default-java/
55+ ```
56+
4157``` bash
4258git clone https://github.com/vesoft-inc/nebula-bench.git
4359cd nebula-bench
Original file line number Diff line number Diff line change 11Jinja2
22click
33python-dotenv
4- pandas
You can’t perform that action at this time.
0 commit comments