Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

November 20 2011

03:24

使用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:

  1. Ruby On Rails在Debian下的安装
  2. Debian下Tomcat的安装
  3. Debian下Redmine+Lighttpd安装部署(Linode VPS)
  4. 升级到2.9
  5. Debian5下Ruby On Rails 自编译


© David for 空想枫, 2011. | Permalink | No comment | Add to del.icio.us
Post tags: gems, git, github, ruby