Skip to content

thimios/rails-paypal-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Rails demo of paypal integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages