Skip to content

Commit

Permalink
Updated install message for Rails 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Ocampo-Gooding committed Jan 23, 2011
1 parent e086f29 commit be608f9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions install.rb
Expand Up @@ -5,11 +5,21 @@
puts "To get started, first register your app as a Shopify Partner:" puts "To get started, first register your app as a Shopify Partner:"
puts puts
puts " * Go to http://www.shopify.com/partners and create or login to your Partner account." 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 " * 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 " (Make sure to set the Return URL to http://localhost:3000/login/finalize during development)"
puts " * Install the Shopify API gem. Run gem install shopify_api" puts
puts " * Run ./script/generate shopify_app <api_key> <secret>" 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 " * Set up a test shop to install your app in (do this on the Partner site)"
puts " * Run ./script/server" puts
puts " * Run $ rails server"
puts
puts " * Visit http://localhost:3000 and use the test shop's URL to install this app" puts " * Visit http://localhost:3000 and use the test shop's URL to install this app"
puts puts

0 comments on commit be608f9

Please sign in to comment.