Phase I:

Put the following three plug-ins running rails.
  • spree
  • active_merchant
  • OpenID_authentication_plugin:


gem update
 gem install rubygems-update -v 1.2.0

$sudo gem uninstall rubygems-update
待列出一个列表选择需要卸载的序号后回车 

卸载或是新安装都要执行下面命令.
  update_rubygems


  1. spree
  2. Open source e-commerce applications.
    checkout down, we need to localize, the adjustment under the css and added so that a small number of features, can be on-line test run.
    Plug-ins Home http://github.com/akitaonrails/spree/tree/master
  3. active_merchant
  4. Deal with the Nets of silver to pay the plugin interface
    Plug Home page: http://github.com/akitaonrails/active_merchant/tree/master

  5. OpenID_authentication_plugin:
  6. OpenID is an open, discrete-type figure for users of open source identity framework. Increasingly flooded with applications in the network today, as the end user at each site, we have to set up accounts, and manage a large number of accounts. The use of OpenID technology, you no longer need to manage these accounts independent of each other, but through the authentication server to manage their own unique identity.
    Plug Home page: http://github.com/rails/open_id_authentication/tree/master

    OpenID Principle (en): http://openid.net/specs/openid-authentication-2_0.html
    OpenID Chinese Manual: http://www.matrix.org.cn/resource/article/2007-09-20/187c9604-671e-11dc-91f8-0da64dffe568.html

Phase II:

Pipeline ... ... ... ...