Skip to content

Commit ab7749d

Browse files
authored
update ubuntu installation (#66)
* update ubuntu installation * fix typo
1 parent d8224bd commit ab7749d

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The main features:
2525

2626
### prepare
2727

28+
#### Centos7
29+
2830
```bash
2931
sudo 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
4460
git clone https://github.com/vesoft-inc/nebula-bench.git
4561
cd nebula-bench

README_cn.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
### 安装准备
2424

25+
#### Centos7
26+
2527
```bash
2628
sudo 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
4258
git clone https://github.com/vesoft-inc/nebula-bench.git
4359
cd nebula-bench

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Jinja2
22
click
33
python-dotenv
4-
pandas

0 commit comments

Comments
 (0)