-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated README application instructions #134
Conversation
|
||
To import the GuideCards records: `rake import:import_guide_cards` | ||
To import the CardImage records: `rake import:import_card_images` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this requires some aws profile configuration; maybe that's worth noting here and fleshing out in the future when someone else tries to do it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Anna,
I have updated the file with the requested changes. I included some instructions on setting up aws for a local machine (instructions based on onboarding.md). Do you think I should just leave it as a note, that aws setup is required, or that these instructions are detailed enough. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a note that aws configuration will be required? If it's documentation you have easily accessible a link would be amazing, otherwise I think it's fine to leave it for now as just a heads up
Co-authored-by: Anna Headley <hackartisan@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great thank you!
I'll adding an issue link to the description |
Sounds good, thanks so much! |
closes #129