Skip to content

번역된 도큐먼트 로컬 테스트하기(MAC)

tisohjung edited this page Dec 1, 2013 · 6 revisions

clone을 한번 더해서 사용해보시길 권장합니다 commit하다가 꼬이실수 있으니가요

content-ko 말고 content 안에 있는 내용으로 해야 적용이됩니다

편집 완료 후 터미널에 클론한 위치로 들어가서 테스트 합니다

각종 인스톨 방법은 하단에 있습니다

테스트 방법

  • 터미널에다 밑에 명령어를 칩니다

  • npm install

  • grunt package

  • grunt connect

  • 브라우저를 열어서 테스트 해봅니다

  • chrome->localhost:8000/build/guide/편집한doc(확장자미포함)

  • 예) http://localhost:8000/build/docs/api

1. node 및 npm이 없을시

  • brew install node

  • brew install npm

2. grunt 없을시

  • npm install -g grunt-cli

  • npm install -g grunt

3. node 및 npm이 꼬였을시

  • brew cleanup

  • brew link npm

  • brew link node

  • 바로 링크가 안될시 1번에 install 다시 실행

  1. overview
  2. fork project
  3. install git client
  4. clone project
  5. install node.js
  6. run node console
  7. install npm
  8. install grunt
  9. build project
  10. start webserver
  11. translate angular.js
Clone this wiki locally