Forem Creators and Builders 🌱

Discussion on: An Error install Forem

Collapse
 
ellativity profile image
Ella (she/her/elle)

Hey @lyhuutri , this is a great way to ask your question! Thanks for sharing the screenshot and giving us plenty of info to work with.

Your error appears to be related to Step 4 of the Self-host step-by-step guide, where you need to

Edit inventory/forem/setup.yml Ansible Inventory with your Forem settings

  • Edit the following Ansible inventory variables:
    • default_email (Admin Email for system to use)
    • forem_domain_name (A domain name that you own and set A records on at your DNS provider)
    • forem_subdomain_name (defaults to www)
    • forem_server_hostname (defaults to host)

If you don't specify these fields before running ansible-playbook -i inventory/forem/setup.yml playbooks/providers/digitalocean.yml, the playbook won't have the information it needs to create your Forem instance.

We recommend returning to the Self-host step-by-step guide and reviewing the steps. Please let us know if you have any further questions, and we will continue to try to help!

Collapse
 
lyhuutri profile image
Lý Hữu Trí

Thank Ella for replay me!! i follwed Self-host step-by-step guide. and set all Ansible inventory variables. But still error. i updated my post with inventory/forem/setup.yml . plz help me check it !

Collapse
 
ellativity profile image
Ella (she/her/elle)

Hey @lyhuutri - your Forem appears to be working now. 🎉🎉

Can you please confirm that you no longer have a problem running the Ansible playbook?

Thread Thread
 
lyhuutri profile image
Lý Hữu Trí

Hi! Ella i already fixed. Thank you