Solidus memulai

                  # 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/_
                
Average Ant