songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
528 stars 148 forks source link

Tables aren't created #7

Closed chip closed 13 years ago

chip commented 13 years ago

Nice work on this app!

Since the tables weren't created by default, it might be easier for others using this example to have a rake task or some automatic mechanism by which they're setup. Eventually, I got it to work by doing this: cd example ruby schema.rb

Thanks! Chip

jcoglan commented 13 years ago

I've added a README to the example app to explain how to boot it.