fastruby / pecas

Classy Leaderboards for Noko Time (and Alarms!)
https://fastruby.github.io/pecas/
MIT License
7 stars 5 forks source link

Support/document running the app without using Docker #92

Closed arielj closed 2 years ago

arielj commented 3 years ago

Branch/Commit:

Main branch.

Describe the feature:

As a developer, I want to be able to run the app without using Docker if needed.

Problem:

I only see instructions on how to run the app using Docker, and the default database.yml will probably not work when running the app standalone.

I will abide by the code of conduct

kindoflew commented 3 years ago

Me and Francois paired on QAing #90 the other day and after we changed config/database.yml like in this comment we got it running just with rails server (after running all the rake commands to get the entries).