Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
npverni committed Dec 30, 2009
1 parent 1e6cce4 commit 9c5a3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
@@ -1,12 +1,11 @@
h1. Haycamp - a Chargify demo h1. Haycamp - a Chargify demo


h2. About

Haycamp is a demo using the Chargify Haycamp is a demo using the Chargify


h2. Setup h2. Setup


h3. Create Database h3. Create Database

<pre> <pre>
rake db:create:all rake db:create:all
rake db:migrate rake db:migrate
Expand All @@ -15,6 +14,7 @@ rake db:migrate
h3. Modify config/initializers/chargify.rb h3. Modify config/initializers/chargify.rb


Add your subdomain and api key credentials to chargify.rb. For use with heroku you can set ENV variables as such http://docs.heroku.com/config-vars. Add your subdomain and api key credentials to chargify.rb. For use with heroku you can set ENV variables as such http://docs.heroku.com/config-vars.

<pre> <pre>
Chargify.configure do |c| Chargify.configure do |c|
c.subdomain = ENV['CHARGIFY_SUBDOMAIN'] c.subdomain = ENV['CHARGIFY_SUBDOMAIN']
Expand Down

0 comments on commit 9c5a3be

Please sign in to comment.