참조
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
'Ruby' 카테고리의 다른 글
[ruby] http call 예시 (0) | 2017.01.06 |
---|---|
[capistrano] 다른 task 호출하기 (0) | 2016.12.07 |
[ruby] File 존재 여부 확인할 때 홈 디렉토리 주의 (0) | 2016.08.18 |
[ruby] or equals 기능 - ||= (0) | 2016.08.17 |
[ruby] difference, union, intersection (0) | 2016.08.17 |