thimios / rails-paypal-demo

Rails demo of paypal integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 94.5%Language:CSS 4.2%Language:JavaScript 1.0%Language:CoffeeScript 0.3%