Skip to content
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

Update Guide-How_to_set_up_an_instance.md #1134

Merged
merged 5 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Guide-How_to_set_up_an_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ See the GitHub-repository website to find out how it works and how to use it.

- [ ] Go to the file: `.github/workflows/deploy-github-pages.yml` and click "**Edit this file**" (pencil icon)
- [ ] Configure the necessary variables; see comment lines to understand what each variable does
- [ ] Specifically make sure to fill in the Google Sheets ID number under REGIONS_SHEET_IDS
elwinschmitz marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Save/Commit the changes
- [ ] Verify the deployment is triggered by going to the "**Actions**"-tab and checking the latest run
- [ ] After a successful run, the instance should be available on the chosen URL
elwinschmitz marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -152,6 +153,7 @@ This is the link/URL you'll communicate to the people affected and/or aid-worker
- Name needs to be clear, recognizable, trustworthy, easily communicated (digitally and verbally).
- Separate registration-process.
- Separate configuration required to use domain-name with hosting-solution(GitHub Pages).
- Go to Settings, click on Pages, click on Custom Domain and fill in the URL you created.
elwinschmitz marked this conversation as resolved.
Show resolved Hide resolved
- Not free.

#### **Solution 4**: Custom sub-domain-name
Expand All @@ -160,6 +162,7 @@ This is the link/URL you'll communicate to the people affected and/or aid-worker
- Needs access to 'parent' organizations' domain-name.
- Technical limitations depend on parent organization's preferences/abilities.
- Separate configuration required to use domain-name with hosting-solution(GitHub Pages).
- Go to Settings, click on Pages, click on Custom Domain and fill in the URL you created.
elwinschmitz marked this conversation as resolved.
Show resolved Hide resolved

#### **Solution 5**: Shared hosting-service

Expand Down