Skip to content

Commit

Permalink
Update intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
educationfutures committed Jan 23, 2024
1 parent ec0405a commit 5f1ec04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/code/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ sidebar_position: 0

[Coach is the World Bank’s global initiative](https://www.worldbank.org/en/topic/teachers/brief/coach-helping-countries-accelerate-learning-by-improving-in-service-teacher-professional-development) focused on helping countries improve in-service teacher professional development (TPD) programs and systems to accelerate learning.

*Coach* encompasses support to countries to improve different forms of TPD, including one-to-one coaching, group training sessions and workshops, and other approaches, either through in-person, remote or hybrid modalities. The program has the goal of helping countries design, implement, and evaluate high-quality TPD programs and systems that align with best practice and evidence.
*Coach* encompasses support to countries to improve different forms of TPD, including one-to-one coaching, group training sessions and workshops, and other approaches, either through in-person, remote or hybrid modalities. The program has the goal of helping countries design, implement, and evaluate high-quality TPD programs and systems that align with best practice and evidence.

Our suite of applications, hosted under the public GitHub organization "WBG-Coach," is open for cloning via SSH. Each application has its unique aspects, and you can find the environment variables for each in the `.env.example` files in their respective repositories.
Our suite of Coach Digital applications allow ministries of education or other organizations to provide guided TPD appropriate for their context, together with tools for dashboarding and data analysis. The software is made available through public GitHub organization "WBG-Coach," and is open for cloning and adaptation.

This set of documentation is intended to guide developers and system administrators in installing and building their own implementations of Coach Digital. Each application has its unique aspects, and you can find the environment variables for each in the `.env.example` files in their respective repositories.

The system architecture is designed and tested to run on Ubuntu Linux through a cloud provider, such as [Amazon Lightsail or EC2 with S3 object storage](https://aws.amazon.com). The system further connects with [SendGrid](https://sendgrid.com) via API for sending one-time password tokens. Developers may change or extend the code to connect with other services.

Expand Down

0 comments on commit 5f1ec04

Please sign in to comment.