Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Updated the install directions to reference the most recent release.

Updated the development instructions for how to get a sandbox going.
  • Loading branch information
Dylan Kendal committed Nov 30, 2015
1 parent db98607 commit 9bafef2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Solidus-Adyen [![Build Status](https://travis-ci.org/StemboltHQ/solidus-adyen.svg)](https://travis-ci.org/StemboltHQ/solidus-adyen)
# Solidus-Adyen [![Build Status](https://travis-ci.org/StemboltHQ/solidus-adyen.svg)](https://travis-ci.org/StemboltHQ/solidus-adyen)
Adds support for Adyen Hosted Payment Page payments to Solidus stores using the
[Adyen](https://github.com/wvanbergen/adyen/) gem.

Expand All @@ -14,7 +14,7 @@ notification is received from Adyen.
# Installation
Add this line to your application's Gemfile:
```ruby
gem 'solidus-adyen', '~> 0.1'
gem 'solidus-adyen', '~> 0.2.2'
```

Then run:
Expand Down Expand Up @@ -205,13 +205,8 @@ $ rake solidus-adyen:factory_girl:lint
# Development
My prefered method of setting up a sandbox is with
```bash
$ rake test_app
$ cd spec/dummy
$ rake railties:install:migrations
$ rake db:migrate
$ rake db:seed
$ rake db:spree_sample:load
$ ./bin/rails s
$ ./bin/bootstrap.sh
$ ./spec/dummy/bin/rails s
```
You will need to reverse tunnel or make your server publicly available by some
other means - and update the server communication as well as the skin's url
Expand Down

0 comments on commit 9bafef2

Please sign in to comment.