Skip to content

Adding a Naming Authority to SPASE

Todd King edited this page Apr 2, 2021 · 2 revisions

Steps to add a Naming Authority to SPASE

  1. Create (or locate) a GitHub Repository

    1. Log in to GitHub
    2. Switch to "hpde" organization (https:/github.com/hpde)
    3. Click on "New"
    4. Set name and description, make public, and check "Add a README file"
    5. Add default README.md text with overview and "How To Use" text.
    6. Switch to new repo.
    7. Click on "settings", click on "Manage Access"
    8. Invite "/hpde/repo-admins" and give "Admin" privileges
    9. Invite "/hpde/smwt" and give "Write" privileges
  2. Update the Naming Authority page on spase-group.org website.

    1. change file pages/services/naming-authority.hbs
    2. Rebuild web site (run "grunt" in web site source home directory)
    3. Push content back to github (git commit -a -m "Updated naming authority list"; git push)

Clone this wiki locally