forem / selfhost

Selfhost your Forem Community on your own infrastructure 🎉
https://www.forem.com/get-started/
GNU Affero General Public License v3.0
1.44k stars 172 forks source link

akhil-naidu/README_typos #19

Closed akhil-naidu closed 3 years ago

akhil-naidu commented 3 years ago

Edits in the PR

A point to Mention

At the end of every successful Forem installation, we have a deployment success message, in which the Admin Docs are also referred to the Netlify domain, rather than the Forem domain.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

jdoss commented 3 years ago

Thanks for the help here Akhil. If you want to add a commit to fix the message at the end of the deployment. Here are the lines:

playbooks/providers/digitalocean.yml
248:        - "Once you have DNS resolving to this DigitalOcean instance please read the Forem Admin Docs: https://forem-admin.netlify.app/"

playbooks/providers/aws.yml
223:      - "Once you have DNS resolving to this EC2 instance please read the Forem Admin Docs: https://forem-admin.netlify.app/"

playbooks/providers/gcp.yml
126:      - "Once you have DNS resolving to this Google Compute VM please read the Forem Admin Docs: https://forem-admin.netlify.app/"

Make the updates and I will approve it and merge. 🥳

jdoss commented 3 years ago

Thanks @akhil-naidu !!