amycommits / civic_hacking_hub

A place where people can find nonprofits to code for.
2 stars 13 forks source link

knexfile.js possible error #56

Closed mcruzdev closed 3 years ago

mcruzdev commented 3 years ago

Hi @duaimei, how are you?

I am new with VueJS, but I want to learn :)

I saw that the knexfile.js is importing a file called ./sercets and probably it can make a mistake in future, should be ./secrets because we have a file secrets.example.js

amycommits commented 3 years ago

Please pull down! I just fixed it!

There's some pending documentation changes:

cp secrets.example.js secrets.js

change the username and password to something that works on your machine. Then make a civic_hacking database in your postgres database using those credentials

then

knex migrate:latest

should get you to a working state!

amycommits commented 3 years ago

I'm sorry for merging that in without making sure that it works!

The documentation issue is: https://github.com/duaimei/civic_hacking_hub/issues/28

Please let me know if my above comment helped you!

mcruzdev commented 3 years ago

No problem, I got it :)

Yes, your comment help me!

I opened a PR #60