Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Solidus getting started

                  # 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/_
                
Source by solidus.io #
 
PREVIOUS NEXT
Tagged: #Solidus #started
ADD COMMENT
Topic
Name
8+5 =