David Germain
David Germain
If I understood this ticket correctly, the goal is to send emails from custom email address. It seems this ticket is already done, unless I misunderstood something. Here are the...
25. I have found some database rules in the repository (https://github.com/ONEARMY/community-platform/blob/master/firestore.rules) and pasted them into the database rules (https://console.firebase.google.com/u/0/project/food-better-production/firestore/databases/-default-/rules) still the same errors. 26. I have noticed some network requests...
My profile image does work (https://food-better-production.web.app/u/pizzaisdavid) so it is probably not related to images generally. I see that it says "Awaiting moderation" maybe the howto must be first approved, maybe...
31. Find more documentation: https://github.com/ONEARMY/community-platform/blob/master/functions/src/config/cors.md 32. Install gcloud, whatever that is: https://cloud.google.com/sdk/docs/install For me, it was: ``` curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-473.0.0-linux-x86_64.tar.gz tar -xf google-cloud-cli-473.0.0-linux-x86_64.tar.gz ``` (and then following the instructions on...
41c. Replaced the contents of `packages/themes/assets/images/precious-plastic-logo-official.svg` with some basic logo. 41d. Change some stuff of `packages/themes/dist/precious-plastic/styles.js` 41e. Change favicon `src/assets/images/themes/precious-plastic/public/favicon.ico` 41f. Change the text at the bottom, as I am...
42. Going to https://community.food-better.com redirects to https://community.food-better.com/academy which is unavailable. 43. Also, eventually, I would like to have categories on Researches and Howtos.
@benfurber thanks for the nice words. At first I wasn't sure if this would be an annoying post or good post. I hope it is at least not annoying. :slightly_smiling_face:...
44. Fork https://github.com/ONEARMY/academy to https://github.com/pizzaisdavid/food-better-academy 45. Make a branch called `gh-pages` (on your local machine do `git checkout -b gh-pages`) 46. Push that branch to Github (on your local machine...
52. In your community-platform clone, set `academyResource` to `'https://pizzaisdavid.github.io/food-better-academy/'` 53. build and deploy (yarn build && firebase deploy) 54. Going to https://community.food-better.com still redirects to https://community.food-better.com/academy and 404s. 55. include...
My deployment is more-or-less setup. Some things I would want to do in the future, but they are small (catogories/tags/improving academy styling.)