agile-france / propile

Community Conference Program Compiler (for Agile France)
2 stars 8 forks source link

REFACTOR switch to postgres #8

Closed oelmekki closed 11 years ago

oelmekki commented 11 years ago

Database has been changed to use postgres rather than sqlite.

Database credentials has to be provided as environment variables :

Only the first six are needed for a typical development box.

Using environment variables is a good thing because :

Instructions has been added in readme to explain installation.

Migration was quite straightforward, with those few problems :

Please not that database configuration here are for local use, because (unless it has changed since last year) heroku override config/database.yml with its own configuration (but this should have no negative impact).

Close #1

Details :