📅  最后修改于: 2022-03-11 14:57:02.702000             🧑  作者: Mango
# Add the Solidus gem to your Rails application
gem 'solidus'_
# Install dependencies
$ bundle_
# Install Solidus
$ bin/rails g solidus:install_
# Start the server
$ bundle exec rails s_
# Visit the local server
http://localhost:3000/_