`
fantaxy025025
  • 浏览: 1309093 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类

ruby_on_rails_3.x_安装_手记

 
阅读更多

 

#1 安装rvm 和 ruby

安装 rvm ,请根据官方步骤安装:https://rvm.beginrescueend.com/

安装完成以后,一定要看看rvm notes命令的输出,根据提示,按要求安装完需要的包和路径等!

下面是提示的样例:

lijg@lijg-desktop:/etc/apt$ rvm notes
Notes for Linux ( DISTRIB_ID=Ubuntu

DISTRIB_RELEASE=11.04

DISTRIB_CODENAME=natty

DISTRIB_DESCRIPTION="Ubuntu 11.04" )


NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X)

             This is the *original* / standard Ruby Language Interpreter

      'ree'  represents Ruby Enterprise Edition

      'rbx'  represents Rubinius


bash >= 3.2 is required

curl is required

git is required (>= 1.7 recommended)

patch is required (for ree and some ruby-head's).


If you wish to install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head),

then you must install and use rvm 1.8.7 first.


If you wish to have the 'pretty colors' again,

  set 'export rvm_pretty_print_flag=1' in ~/.rvmrc.


dependencies:

# For RVM

  rvm: bash curl git


# For Ruby (MRI, Rubinius, & REE)  you should install the following OS dependencies:
  ruby: /usr/bin/apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake


# For JRuby (if you wish to use it) you will need:

  jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless

  jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk


# In addition to ruby: dependencies,

  ruby-head: subversion


# For IronRuby (if you wish to use it) you will need:

  ironruby: /usr/bin/apt-get install curl mono-2.0-devel


NOTE:

As of 1.8.0 RVM once again loads .rvmrc files, by default, after asking your

permission to trust it of course.  If you do not wish to be enabled, simply set:

    export rvm_project_rvmrc=0

Within either your /etc/rvmrc or $HOME/.rvmrc file. This will turn off the

cd/pushd hooks when sourcing the rvm() function into your shell.


 Example: echo 'export rvm_project_rvmrc=0' >> $HOME/.rvmrc;

 (Then close the current shell and open a new one.)

 

 

安装 ruby ,1.9.2

提示:如果没有阅读上面的要求,安装的ruby会报错的!!!需要根据下面的文档重新安装!

https://rvm.beginrescueend.com/packages/readline/

 

ruby1.9.2安装

rvm remove 1.9.2

rvm pkg install readline

rvm install 1.9.2 --with-readline-dir=$rvm_path/usr

Installing Ruby from source to: /home/lijg/.rvm/rubies/ruby-1.9.2-p290, this may take a while depending on your cpu(s)...

ruby-1.9.2-p290 - #fetching
ruby-1.9.2-p290 - #extracting ruby-1.9.2-p290 to /home/lijg/.rvm/src/ruby-1.9.2-p290
ruby-1.9.2-p290 - #extracted to /home/lijg/.rvm/src/ruby-1.9.2-p290
Fetching yaml-0.1.4.tar.gz to /home/lijg/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /home/lijg/.rvm/src
Configuring yaml in /home/lijg/.rvm/src/yaml-0.1.4.
Compiling yaml in /home/lijg/.rvm/src/yaml-0.1.4.
Installing yaml to /home/lijg/.rvm/usr
ruby-1.9.2-p290 - #configuring
ruby-1.9.2-p290 - #compiling
ruby-1.9.2-p290 - #installing
Removing old Rubygems files...
Installing rubygems-1.8.10 for ruby-1.9.2-p290 ...
Installation of rubygems completed successfully.
ruby-1.9.2-p290 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-1.9.2-p290 - #importing default gemsets (/home/lijg/.rvm/gemsets/)
Install of ruby-1.9.2-p290 - #complete

安装成功后,需要运行irb看看有没有错误,提示等;如果没有,随便试几个命令看看~

 

#2 安装gem(好像1.9之后不用此步骤了)

1.9之后不需要了

 

#3 安装rails

3.1.0

 

gem install rails  3.1.0

... ...

 

测试安装成功否:

lijg@lijg-desktop:/etc/apt$ rails -v
Rails 3.1.0

 

其他的包也大致安装吧。

 

 

#4 创建一个helloapp

根据这里做吧,非常贴切。http://guides.rubyonrails.org/getting_started.html#creating-a-new-rails-project

#)装mysql数据库

 

#) 安装需要的gem包

 

 

#) 生成一个database

 

 

 

 

 

 

TODO

http://stackoverflow.com/questions/7402366/error-the-program-rails-is-currently-not-installed-creating-rails3-applica

 

 

 

------------------------END EOF------------------------

E

N

D

+

E

O

F

------------------------END EOF------------------------

分享到:
评论

相关推荐

    Ruby-on-Rails-rails.zip

    Ruby_on_Rails_rails.zip Ruby_on_Rails_rails.zip Ruby_on_Rails_rails.zip Ruby_on_Rails_rails.zipRuby_on_Rails_rails.zip Ruby_on_Rails_rails.zip Ruby_on_Rails_rails.zip Ruby_on_Rails_rails.zipRuby_on_...

    Redmine 搭建 Ruby_Ruby_on_Rails 项目管理系统

    ### Redmine 搭建 Ruby_Ruby_on_Rails 项目管理系统的知识点 #### 一、基础知识与背景介绍 **Redmine** 是一个基于 Web 的项目管理和跟踪工具,它使用 Ruby on Rails(简称 ROR)框架构建而成。Redmine 的设计初衷...

    Ruby on Rails Guides v2 - Ruby on Rails 4.2.5

    ### Ruby on Rails Guides v2 - Ruby on Rails 4.2.5 #### 一、重要概念及基础假设 - **重要概念**:本指南旨在帮助读者深入理解Ruby on Rails(以下简称Rails)4.2.5版本的核心功能与最佳实践。 - **基础假设**:...

    web开发_ruby_on_rails

    ### Web开发:深入理解Ruby on Rails #### 一、引言与概述 Ruby on Rails (简称Rails) 是一种用于Web开发的开源框架,基于Ruby语言。Rails的设计理念强调程序员的生产力和代码的简洁性,因此它成为了Ruby语言的...

    Ruby_On_Rails笔记

    综上所述,Ruby on Rails的笔记内容涵盖了从安装Rails环境到创建和运行一个简单的Rails项目的基础知识,这些内容对于初学者来说是学习Rails框架的极好入门材料。通过对这些知识点的学习,初学者可以快速了解Rails的...

    ruby_on_rails安装部署指导手册

    - 使用 `mkdir /opt/ruby_on_rails` 命令创建安装目录。 - 通过上传工具将软件包上传至 `/opt/ruby_on_rails` 目录下。 - 可以使用 `ll -h` 命令查看上传的文件列表。 #### 四、安装依赖包 ##### 离线安装 - 如果...

    ruby_on_rails&radrails环境配置.pdf

    为了开始Ruby on Rails的开发工作,首先需要安装Ruby。根据文档中的描述,这里以Windows XP系统为例进行介绍: 1. **下载与安装** - 下载最新的Ruby安装包(此处为`ruby185-21.exe`),默认安装路径为`C:\ruby`,...

    ruby_on_rails_创建一个博客项目.doc

    ruby_on_rails_创建一个博客项目.doc

    [Ruby on Rails] 02. [Mac] 安装Ruby on Rail 6.x

    [Ruby_on_Rails][中文]_02._[Mac]_安裝Ruby_on_Rail_6.x

    agile_web_development_with_rails_3rd_edition.9994652073.pdf

    《敏捷Web开发与Rails》第三版是一本深入探讨Ruby on Rails框架在敏捷软件开发方法论下的应用指南。本书由多位知名作者共同编写,包括Sam Ruby、Dave Thomas、David Heinemeier Hansson等,他们都是在Ruby社区内享有...

    ruby_on_rails 源代码上

    Ruby on Rails,简称Rails,是基于Ruby编程语言的开源Web应用程序框架,它遵循MVC(模型-视图-控制器)架构模式,旨在提高开发效率和可读性,同时强调“约定优于配置”的原则。Rails的核心理念是“开发应该是一种...

    Ruby_on_Rails笔记

    ### Ruby on Rails 笔记知识点总结 #### 一、引言 在《Ruby on Rails笔记》中,作者陈刚分享了他在学习Ruby on Rails过程中的经验与心得。这份笔记不仅包含了作者的学习历程和个人体会,还汇集了他在学习过程中遇到...

    [Ruby on Rails] 03. [Windows] 安装Ruby on Rail 6.x

    [Ruby_on_Rails][中文]_03._[Windows]_安裝Ruby_on_Rail_6.x

    Ruby_on_Rails实践.rar

    Ruby on Rails,简称Rails,是基于Ruby编程语言的一个开源Web应用程序框架,它遵循MVC(模型-视图-控制器)架构模式,旨在提高开发效率和代码的可读性。Rails的核心理念是“约定优于配置”(Convention Over ...

    03-2 . 安装不同版本的Rails与产生Rails 5.x版专案

    [Ruby_on_Rails][中文][Rails_5.x]__03-2_._安裝不同版本的Rails與產生Rails_5.x版

    Ruby_on_Rails_Web_开发之旅[清晰文字pdf].part1

    本书从Ruby和Rails的历史讲起,以在Rails框架上克隆故事共享网站digg.com为例,详细讲述了Ruby和Rails的安装过程、框架组成部分、与AJAX和Web 2.0技术结合、安全措施、高级话题和扩展功能等。本书带领读者运用最新...

    curso_tour_of_heroes_api:Ruby on Rails作为API课程-源码

    英雄之旅API Ruby on Rails 6课程作为创建Heroes CRUD的API。 该存储库是YouTube 的。 Ruby版本2.7.2 Rails版本6.1.x 数据库SQLite3(dev)/ PostgreSQL(产品)运行项目的初始设置# clone the projectgit clone ...

Global site tag (gtag.js) - Google Analytics