Skip to content

idechq/setup-team-wikis

Repository files navigation

set-up-team-wikis

Step-by-step guide

Run this on a Unix environment (e.g. WSL2 Ubuntu-20.04)

  1. Obtain access to the shared account of idechq-bot (contact Trevor / Chong / Yang for help)
  2. Install software:
  3. Generate SSH key as idechq-bot on local profile
    ssh-keygen -t ed25519 -C "support@idechq.org"
    Then add the SSH key to GitHub SSH Key settings
  4. Create a file teams.txt under this directory, with one team name (without any information of year) per line
  5. Generate a GitHub personal access token Set to token to expire in 7 days
  6. Save the token in .env in this directory
    $ cat .evn
    token={your personal access token}
  7. Autheticate yourself in GitHub CLI
    gh auth login
    Follow through the process. Using web interface is recommended.
  8. Run the script
    bash setup-end-to-end.sh

Freeze team wiki

Python is needed

Dependecies

  • pandas

Instruction

Run the notebook from top to bottom.

DO NOT commit any changes of the notebook back to this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published