Sha256: c80187011a65afc5cb42b66d9ee5a2574f2eb1d18d04759ee7a0d8a93d97f703

Contents?: true

Size: 805 Bytes

Versions: 16

Compression:

Stored size: 805 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 Application URL to http://localhost:3000/login 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

16 entries across 16 versions & 2 rubygems

Version Path
shopify_app-5.0.2 install.rb
shopify_app-5.0.1 install.rb
shopify_app_lrb3-5.0.0 install.rb
shopify_app-5.0.0 install.rb
shopify_app-4.4.6 install.rb
shopify_app-4.4.5 install.rb
shopify_app-4.4.4 install.rb
shopify_app-4.4.2 install.rb
shopify_app-4.4.1 install.rb
shopify_app-4.4.0 install.rb
shopify_app-4.2.3 install.rb
shopify_app-4.2.2 install.rb
shopify_app-4.2.1 install.rb
shopify_app-4.2.0 install.rb
shopify_app-4.1.1 install.rb
shopify_app-4.1.0 install.rb