博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第 20 章 Ruby on Rails
阅读量:6160 次
发布时间:2019-06-21

本文共 1539 字,大约阅读时间需要 5 分钟。

20.1. Getting Started

$ sudo apt-get install ruby1.9.1$ sudo ln -s /usr/bin/ruby1.9.1 /usr/bin/ruby$ sudo apt-get install libopenssl-ruby1.9.1

$ sudo apt-get install rubygems1.9.1$ sudo ln -s /usr/bin/gem1.9.1 /usr/bin/gem

Installing Rails

$ sudo apt-get install rails

or

$ sudo gem install railsSuccessfully installed rake-0.8.7Successfully installed activesupport-2.3.5Successfully installed activerecord-2.3.5Successfully installed rack-1.0.1Successfully installed actionpack-2.3.5Successfully installed actionmailer-2.3.5Successfully installed activeresource-2.3.5Successfully installed rails-2.3.58 gems installedInstalling ri documentation for rake-0.8.7...Installing ri documentation for activesupport-2.3.5...Installing ri documentation for activerecord-2.3.5...Installing ri documentation for rack-1.0.1...Installing ri documentation for actionpack-2.3.5...Installing ri documentation for actionmailer-2.3.5...Installing ri documentation for activeresource-2.3.5...Installing ri documentation for rails-2.3.5...Updating class cache with 0 classes...Installing RDoc documentation for rake-0.8.7...Installing RDoc documentation for activesupport-2.3.5...Installing RDoc documentation for activerecord-2.3.5...Installing RDoc documentation for rack-1.0.1...Installing RDoc documentation for actionpack-2.3.5...Installing RDoc documentation for actionmailer-2.3.5...Installing RDoc documentation for activeresource-2.3.5...Installing RDoc documentation for rails-2.3.5...

原文出处:Netkiller 系列 手札

本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
类似于SVN的文档内容差异对比工具winmerge
查看>>
Cause: java.sql.SQLException: The user specified as a definer ('root'@'%') does not exist
查看>>
quratz线程
查看>>
execnet: rapid multi-Python deployment
查看>>
windows修改3389端口
查看>>
关于JavaScript词法
查看>>
FreeSwitch中的会议功能(4)
查看>>
MySQL中创建用户分配权限(到指定数据库或者指定数据库表中)
查看>>
AutoReleasePool 和 ARC 以及Garbage Collection
查看>>
重新想象 Windows 8 Store Apps (9) - 控件之 ScrollViewer 基础
查看>>
乐在其中设计模式(C#) - 提供者模式(Provider Pattern)
查看>>
MVP Community Camp 社区大课堂
查看>>
GWT用frame调用JSP
查看>>
大型高性能ASP.NET系统架构设计
查看>>
insert select带来的问题
查看>>
EasyUI 添加tab页(iframe方式)
查看>>
mysqldump主要参数探究
查看>>
好记心不如烂笔头,ssh登录 The authenticity of host 192.168.0.xxx can't be established. 的问题...
查看>>
使用addChildViewController手动控制UIViewController的切换
查看>>
Android Fragment应用实战
查看>>