开发者

spree commerce in Rails

开发者 https://www.devze.com 2023-02-18 01:28 出处:网络
I am newbie to Ruby on Rails and I would like t开发者_C百科o install \"Spreecommerce\". Could I have some help on doing this? I don\'t know where to start. Any help will be highly appreciable, thanks!

I am newbie to Ruby on Rails and I would like t开发者_C百科o install "Spreecommerce". Could I have some help on doing this? I don't know where to start. Any help will be highly appreciable, thanks!


You are talking about Spreecommerce. Next time, try to add a link to the project/gem/plugin you are talking about.

Install the gem, on the command line like this:

gem install spree

Or, go to the Gemfile of your project and add the following line:

gem 'spree'

Then type this in the command line:

bundle install

Then, go to the official github page and read the documentation of this gem to get more information about it and how to use it. There is also this official getting started page that you need to read.

0

精彩评论

暂无评论...
验证码 换一张
取 消