Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

가이드라인에 Redis 실행 스텝 추가 #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ postgres=# GRANT ALL PRIVILEGES ON DATABASE velog to velog;
GRANT
```

## Start Redis
```bash
$ redis-server
```

## Migrate database

```bash
Expand Down