A simple rails app to play with paypal integration
-
bundle -
Configure config/database.yml
-
Setup paypal sandbox and configure in config/paypal.yml, see: developer.paypal.com/webapps/developer/docs/classic/lifecycle/ug_sandbox/
-
rake db:setup -
rails s -
Go to localhost:3000/
-
Setup config/deploy.rb
-
bundle exec cap deploy:setup -
bundle exec cap deploy:migrations -
bundle exec cap deploy:{stop|start|restart}