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/
Deployment on uberspace.de with github.com/yeah/uberspacify¶ ↑
-
Setup config/deploy.rb
-
bundle exec cap deploy:setup
-
bundle exec cap deploy:migrations
-
bundle exec cap deploy:{stop|start|restart}