Sha256: abc76223f1bbdd08ed9dd07f8f9e8c761e2b31e2dd49626bad7fc6af966561ae

Contents?: true

Size: 809 Bytes

Versions: 15

Compression:

Stored size: 809 Bytes

Contents

puts
puts "Shopify App Generator"
puts "---------------------"
puts
puts "To get started, first register your app as a Shopify Partner:"
puts
puts " * Go to http://www.shopify.com/partners and create or login to your Partner account."
puts
puts " * Jump over to the Apps tab and hit the 'Create a new app' button"
puts "   (Make sure to set the Return URL to http://localhost:3000/login/finalize during development)"
puts
puts " * Install the Shopify API gem:

           $ gem install shopify_api"
puts
puts " * Run 

           $ rails generate shopify_app your_app_api_key your_app_secret"
puts
puts " * Set up a test shop to install your app in (do this on the Partner site)"
puts
puts " * Run $ rails server"
puts
puts " * Visit http://localhost:3000 and use the test shop's URL to install this app"
puts

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
shopify_app-4.0.1 install.rb
shopify_app-4.0.0 install.rb
shopify_app-3.0.4 install.rb
shopify_app-3.0.3 install.rb
shopify_app-3.0.2 install.rb
shopify_app-3.0.1 install.rb
shopify_app-3.0.0 install.rb
shopify_app-2.1.2 install.rb
shopify_app-2.1.1 install.rb
shopify_app-2.1.0 install.rb
shopify_app-2.0.0 install.rb
shopify_app-1.0.1 install.rb
shopify_app-1.0.0 install.rb
shopify_app-0.1.4 install.rb
shopify_app-0.1.0 install.rb