참조

http://rubykr.github.io/rails_guides/getting_started.html




ruby on rails 애플리케이션을 실행하려면 다음 절차를 가진다.


1. 외부 라이브러러를 다운받는다.


$ bundle install 



2. 기타 유틸리를 확인해서 설치한다. 

yum 또는 brew를 사용한다.


$ brew install cronolog

(실행 중에 3단계에서 http 요청을 제대로 못할 경우..)



3. rails server



4. 브라우져 실행


 http://localhost:3000/

 http://localhost:3000/uri

Posted by '김용환'
,