Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Created June 5, 2018 11:35
Show Gist options
  • Save amitpatelx/762dfedca3602875cb03e4568ef2a482 to your computer and use it in GitHub Desktop.
Save amitpatelx/762dfedca3602875cb03e4568ef2a482 to your computer and use it in GitHub Desktop.
Install Spina and Shop extension
  1. rails new MyShop --database=postgresql
  2. rails active_storage:install
  3. Add spina and spinga shop gems to Gemfile
  4. rails g spina:install
  5. rails g spina:shop:install
  6. rails spina_shop:import_countries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment