Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 628 Bytes

README.rdoc

File metadata and controls

28 lines (14 loc) · 628 Bytes

Paypal integration demo

A simple rails app to play with paypal integration

Getting Started

  1. bundle

  2. Configure config/database.yml

  3. Setup paypal sandbox and configure in config/paypal.yml, see: developer.paypal.com/webapps/developer/docs/classic/lifecycle/ug_sandbox/

  4. rake db:setup

  5. rails s

  6. Go to localhost:3000/

Deployment on uberspace.de with github.com/yeah/uberspacify

  1. Setup config/deploy.rb

  2. bundle exec cap deploy:setup

  3. bundle exec cap deploy:migrations

  4. bundle exec cap deploy:{stop|start|restart}