Skip to content

Commit

Permalink
No problem with Node.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Apr 9, 2022
1 parent a668ae7 commit 7b62027
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
### 설치 방법
#### Windows 환경
1. 이 레포지토리를 내려받습니다.
1. [node.js](https://nodejs.org/ko/) 인스톨러를 내려받아 설치(버전 16 이상)합니다. [npm](https://www.npmjs.com/)과 함께 설치되어야 합니다.
1. [node.js](https://nodejs.org/ko/) 인스톨러를 내려받아 설치(버전 12 이상)합니다. [npm](https://www.npmjs.com/)과 함께 설치되어야 합니다.
1. 명령 프롬프트에서 `npm install -g grunt grunt-cli`를 입력해 [grunt](https://gruntjs.com/)를 설치합니다.
1. [PostgreSQL](https://www.postgresql.org/) 인스톨러(**버전 11 이하**)를 내려받아 *pgAdmin*(자동으로 설치됨)과 함께 설치합니다. (버전 13 이상 사용 시 authenticationok 문제가 발생합니다.)
1. *pgAdmin*을 실행시키고 SQL 파일(`./db.sql`)을 데이터베이스에 입력시킵니다.
Expand All @@ -31,7 +31,7 @@

#### Linux 환경
1. 이 레포지토리를 내려받습니다.
1. 패키지 매니저를 이용하여 [node.js](https://nodejs.org/)[npm](https://www.npmjs.com/)을 설치(버전 6 이상, **버전 13 이하**)합니다. (버전 14 이상 사용 시 DB 관련 문제가 발생합니다. 버전 13의 경우 일부 모듈의 지원이 끊겼으므로 버전 12 사용을 권장합니다.)
1. 패키지 매니저를 이용하여 [node.js](https://nodejs.org/)[npm](https://www.npmjs.com/)을 설치(버전 12 이상)합니다.
1. `npm install -g grunt grunt-cli`를 입력해 [grunt](https://gruntjs.com/)를 설치합니다.
1. 패키지 매니저를 이용하여 [PostgreSQL](https://www.postgresql.org/)(**버전 11 이하**)과 *psql*을 설치합니다. (버전 13 이상 사용 시 authenticationok 문제가 발생합니다.)
1. SQL 파일(`./db.sql`)을 데이터베이스에 입력시킵니다.
Expand Down Expand Up @@ -66,7 +66,7 @@ This repository provides you what you have to prepare to play **KKuTu**.
### How to Install
#### For Windows
1. Download or clone this repository to your machine.
1. Install [node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/)(this will be installed automatically). The version should be ≥ 16.
1. Install [node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/)(this will be installed automatically). The version should be ≥ 12.
1. Open *cmd* and run `npm install -g grunt grunt-cli` to install [grunt](https://gruntjs.com/).
1. Install [PostgreSQL](https://www.postgresql.org/) database server and *pgAdmin*(this will be installed automatically). PostgreSQL version should be <12.
1. Run *pgAdmin* and put the SQL file(`./db.sql`) into your database.
Expand All @@ -77,7 +77,7 @@ This repository provides you what you have to prepare to play **KKuTu**.

#### For Linux
1. Download or clone this repository to your machine.
1. Install [node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) via a package manager. The version should be ≥6, <14.
1. Install [node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) via a package manager. The version should be ≥ 12.
1. Run `npm install -g grunt grunt-cli` to install [grunt](https://gruntjs.com).
1. Install [PostgreSQL](https://www.postgresql.org/) database server via a package manager. PostgreSQL version should be <12.
1. Put the SQL file(`./db.sql`) into your database.
Expand Down

0 comments on commit 7b62027

Please sign in to comment.