Skip to content

Commit

Permalink
docs: Update prerequiste about Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Feb 7, 2018
1 parent 54b2d5d commit 2c5883e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/install-yona-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Yona Install
===
```
Prerequisite
---
Java 8 (Java 9 isn't supported yet)
```

Download the latest version of Yona from https://github.com/yona-projects/yona/releases and unzip it.
Also, consider to use wget like followings.
Expand All @@ -11,7 +16,8 @@ ex)

### application.conf generating and setting

Go to the unpacked location and run `bin/yona`. (Requires Java 8 or later)
Go to the unpacked location and run `bin/yona`.

**Note**: You should run it from yona installation folder as below. Windows users should also run `bin/yona.bat` instead of `bin/yona`.

```
Expand Down
8 changes: 7 additions & 1 deletion docs/ko/install-yona-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Yona 설치
===
```
사전조건
---
Java 8 에서 동작합니다. Java 9는 아직 미지원
```

Yona 최신 버전을 https://github.com/yona-projects/yona/releases 에서 다운받아 압축을 풉니다.
wget으로 받아서 unzip으로 압축을 푼다면 미리 다운로드 링크 주소를 확인한 다음 내려받습니다.
Expand All @@ -11,7 +16,8 @@ wget으로 받아서 unzip으로 압축을 푼다면 미리 다운로드 링크

### application.conf 파일 등 설정파일 생성하기

압축이 풀린 곳으로 이동해서 bin/yona 을 실행합니다. (Java 8 이상이 필요합니다)
압축이 풀린 곳으로 이동해서 bin/yona 을 실행합니다.

**주의**: 아래와 같이 yona 설치 폴더에서 실행하여야 합니다. 또한 윈도우 사용자는 bin/yona 대신 bin/yona.bat을 실행해야 합니다.

```
Expand Down

0 comments on commit 2c5883e

Please sign in to comment.