昨天在virtual box上装了个ubuntu 11.04,主要用于ror的开发。windows上用aptana和railsinstaller 做开发总觉的不爽。aptana的eclipse太重,耗费资源,虽然我资源够,但是我对速度要求也高。另外,准备用rmagick做个东西,结果发现写个脚本在windows上连File class的使用都有问题。再三确认不是人品问题后,宁愿上虚拟机。
1、在ubuntu上使用ror首先是安装rvm
git 默认就有了,直接
按照rvm官网教程 上
在/etc/network/interfaces 里设定host only的地址,不要和host 一个网段
auto eth1
iface eth1 inet static
address 192.168.56.10
netmask 255.255.255.0
/etc/init.d/networking stop
/etc/init.d/networking start
3、开始安装rails ,结果遇到景德镇局域网的问题。
gem install rails报too many connection resets
请登录 http://tools.rosinstrument.com/proxy/ 找个可用的代理
export http_proxy=213.187.113.127:8080
然后神奇的OK了。
4、使用gedit,然后使用rails 的 bundle,效果和mac 上的textmate一样cool。
5、安装rmagick
(1) 安装 sudo apt-get install imagemagick
(2)安装apt-get install libmagick9-dev 备用
(3)gem install rmagick
1、在ubuntu上使用ror首先是安装rvm
git 默认就有了,直接
按照rvm官网教程 上
bash <安装两个网卡,一个nat,一个host only
等待了好半天,把rvm装了。
然后上了ruby 1.9.2
俺们用rails 3。
2、其次搞定virtual box 中host和guest通讯
在/etc/network/interfaces 里设定host only的地址,不要和host 一个网段
auto eth1
iface eth1 inet static
address 192.168.56.10
netmask 255.255.255.0
/etc/init.d/networking stop
/etc/init.d/networking start
3、开始安装rails ,结果遇到景德镇局域网的问题。
gem install rails报too many connection resets
请登录 http://tools.rosinstrument.com/proxy/ 找个可用的代理
export http_proxy=213.187.113.127:8080
然后神奇的OK了。
4、使用gedit,然后使用rails 的 bundle,效果和mac 上的textmate一样cool。
5、安装rmagick
(1) 安装 sudo apt-get install imagemagick
(2)安装apt-get install libmagick9-dev 备用
(3)gem install rmagick
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/706581/viewspace-711022/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/706581/viewspace-711022/