Skip to content

Commit

Permalink
installation script created
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Oct 31, 2009
1 parent ad28233 commit f8efffc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Paypal Adaptive Payments Library, will be released soon.
Paypal Adaptive Payments Library for ActiveMerchant

Supports payments, preapprovals, refunds and currency conversions

Requirements:

.Rails
.Json
.Builder
.ActiveMerchant

8 changes: 8 additions & 0 deletions script/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby

if not ARGV[0]
puts "Install directory must be provided"
exit
end

install_directory = Dir.new(ARGV[0])

0 comments on commit f8efffc

Please sign in to comment.