About
Bala Bala....
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
November 20 2011
使用gem安装Github上的东西
1.使用gems.github.com
gem install username-projectname –source http://gems.github.com
2.下载源代码并安装
wget http://github.com/username/projectname/zipball/master
unzip username-projectname-version.zip
cd username-projectname-version.zip
gem build projectname.gemspec
gem install projectname-version.gem
Related posts:
- Ruby On Rails在Debian下的安装
- Debian下Tomcat的安装
- Debian下Redmine+Lighttpd安装部署(Linode VPS)
- 升级到2.9
- Debian5下Ruby On Rails 自编译
© David for 空想枫, 2011. |
Permalink |
No comment |
Add to
del.icio.us
Post tags: gems, git, github, ruby
