sudara / alonetone

A free, open source, non-commercial home for musicians and their music
https://alonetone.com
MIT License
346 stars 89 forks source link

add mysql install step to contrib doc #1146

Closed jlmitch5 closed 2 years ago

jlmitch5 commented 2 years ago

this was needed to get past a bundle install error

jlmitch5 commented 2 years ago
- Create and seed database
`rake db:setup`

I'm assuming the above rake command is ran as part of rake setup...this is just a subset if the only thing you need to do is setup the db? It doesn't run for me because:

Database 'alonetone_development' already exists which is why I'm thinking that.

if so, I think this step could probably be removed from the contrib.

jlmitch5 commented 2 years ago

dev env setup success!

Screen Shot 2021-10-01 at 10 20 20 PM

sudara commented 2 years ago

if so, I think this step could probably be removed from the contrib.

You are right rake db:setup is redundant!

jlmitch5 commented 2 years ago

if so, I think this step could probably be removed from the contrib.

You are right rake db:setup is redundant!

removed

jlmitch5 commented 2 years ago

thanks for the feedback, I updated based on the suggestions. I think this is good to merge if it's good for you, happy to make more changes though if you see fit.