Sha256: 95210bfe52078c809bcf794e77f12ad17158b72baf863e13ca4d7d83be806669

Contents?: true

Size: 624 Bytes

Versions: 7

Compression:

Stored size: 624 Bytes

Contents

puts
puts "VERSACOMMERCE APP GENERATOR"
puts 
puts "Every app needs to:"
puts 
puts "1. Registered with VersaCommerce. You will receive an APP_KEY and a shared secret."
puts "2. Registered with a Shop. This will provide a token."
puts
puts
puts "To get going, register your app with VersaCommerce:"
puts
puts " - Send an E-Mail to support@versacommerce.de, we will get in touch with you immediately."
puts
puts " * Now run the generator:"
puts
puts "   $ rails generate versacommerce_app API_KEY SHARED_SECRET"
puts
puts "   $ rails server"
puts
puts " * Visit http://localhost:3000 and use a shop URL to install this app."

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
versacommerce_app-1.0.28 install.rb
versacommerce_app-1.0.27 install.rb
versacommerce_app-1.0.26 install.rb
versacommerce_app-1.0.25 install.rb
versacommerce_app-1.0.24 install.rb
versacommerce_app-1.0.23 install.rb
versacommerce_app-1.0.17 install.rb