centos 6.5에 ruby on rails 를 설치하려는데요.

347 views
Skip to first unread message

김창욱

unread,
Mar 19, 2014, 2:15:17 AM3/19/14
to rub...@googlegroups.com
centos 6.5 netinstall 버전에
ruby on rails 를 설치하려는데요.
구글링을 보고 해도 그렇고, 네이버를 찾아봐도 제대로 설치되는 것이 없어요.
심지어 rvm도 에러가 뜨더군요.
잘 설명된 참고 할 만한 곳이 있을까요?

Ho-sung Son

unread,
Mar 19, 2014, 6:20:41 PM3/19/14
to rub...@googlegroups.com
루비 소스코드 다운받아서 직접 빌드하면 되지 않나요

Jungtae Kim

unread,
Mar 19, 2014, 6:47:55 PM3/19/14
to rub...@googlegroups.com

bitnami 요.

http://bitnami.com/stack/ruby

2014. 3. 20. 오전 7:20에 "Ho-sung Son" <lsoo...@gmail.com>님이 작성:
--

---
이 메일은 Google 그룹스 '한국 루비 사용자 모임' 그룹에 가입한 분들에게 전송되는 메시지입니다.
이 그룹에서 탈퇴하고 더 이상 이메일을 받지 않으려면 rubykr+un...@googlegroups.com에 이메일을 보내세요.
http://groups.google.com/group/rubykr에서 그룹을 방문하세요.
더 많은 옵션을 보려면 https://groups.google.com/d/optout을(를) 방문하세요.

김창욱

unread,
Mar 19, 2014, 10:04:20 PM3/19/14
to rub...@googlegroups.com
해결했어요. ㅋ

# yum -y update
# yum groupinstall -y 'development tools' 
# yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel sqlite-devel ntp mysql-devel curl-devel httpd-devel apr-devel apr-util-devel mlocate manlibxml2-devel libxslt-devel 
# \curl -L get.rvm.io | bash -s stable
# source /etc/profile.d/rvm.sh
// # echo "source /usr/local/rvm/scripts/rvm" >> ~/.bash_profile
# rvm reload
# rvm install 2.1.1
# ruby --version
# rvm use 2.1.1 --default
# rvm rubygems current
# gem update
# gem update --system
# gem install -V rails
# gem install execjs
# gem install therubyracer
# rails new app
# cd app
# emacs Gemfile  // gem 'therubyracer', platforms: :ruby의 주석 제거
# rails server        //  -d를 붙히면 백그라운드로 실행된다.
//# emacs /etc/sysconfig/iptables 3000포트 오픈


2014년 3월 19일 수요일 오후 3시 15분 17초 UTC+9, 김창욱 님의 말:
Reply all
Reply to author
Forward
0 new messages