1. I/O docs 설치

1-1) github 접속

https://github.com/mashery/iodocs

1-2) 다운로드

[그림 1-1] github I/O docs 다운로드

1-3) 압축 풀기

1-4) 압축을 푼 폴더에서 다음 명령어 실행

npm install oauth
npm install clone
npm install redis
npm install connect-redis
npm install


2. redis 설치

2-1) github 접속

https://github.com/dmajkic/redis/downloads

2-2) 다운로드

[그림 2-1] github Redis 다운로드

2-3) 압축 풀기

2-4) Redis 서버 실행

[그림 2-2] Redis 실행하기

3.  I/O docs 실행

3-1) github I/O docs 압축푼 폴더에서 


npm app


3-2) 브라우저에서

http://localhost:3000/ 로 접속

3-3) 인증을 요구한다면 그냥 확인 버튼을 누르면 된다.

[그림 3-1] I/O docs 접속 인증

3-4) 접속 완료!

[그림 3-2] I/O docs 접속 완료

+ Recent posts