joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

added dockerfile #142

Closed faddat closed 8 years ago

faddat commented 8 years ago

Alex, can you check if it blends for me? Just... do your ruby magic on it and give me a thumbs up or down? It should be able to connect to the existing DB...

-Jake

On 11/19/2015 5:30 AM, Alex Willemsma wrote:

Merged #142 https://github.com/joatuapp/joatu-v2/pull/142.

— Reply to this email directly or view it on GitHub https://github.com/joatuapp/joatu-v2/pull/142#event-468546459.

undergroundwebdesigns commented 8 years ago

Wait, I'm confused. Why is the dockerfile running config/application.rb... and where is it defining a DB? I'm not a Ruby expert, but it looks like that dockerfile is running Ruby only, no? Will DB credentials be in an ENV variable or something?

faddat commented 8 years ago

Yes, creds will go into an evn var, you got it sir.

faddat commented 8 years ago

also, if it shouldn't run config/application.rb..... can you tell me how it would normally work? I know precisely jack shit about Ruby...