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

New Static Site: pcdm.org #5787

Open
7 tasks
escowles opened this issue Jan 27, 2025 · 3 comments
Open
7 tasks

New Static Site: pcdm.org #5787

escowles opened this issue Jan 27, 2025 · 3 comments
Assignees
Labels

Comments

@escowles
Copy link
Member

escowles commented Jan 27, 2025

User story

Please add a new site to the static site playbook: pcdm.org

Acceptance criteria

What would prove that the new feature works? Be specific.

  • The site should be available at https://pcdm.org/
  • The site should be configured to try adding .xml to the URI (e.g., https://pcdm.org/models should display an HTML page with the main PCDM info:
location /pcdm.org/ {
    try_files $uri $uri.xml;
}

Implementation notes, if any

  • The site was hosted by Lyrasis until recently, and they own the pcdm.org domain

Acceptance Criteria

  • Add site under named sites in libstatic because it has it's own unique domain.
  • Get a new staging domain that can used to test this site in staging
  • Add staging domain configuration to the nginxplus playbook.
  • Send site to preview to @escowles
  • Work with Lyrassis to have the production domain transferred to Princeton so it can be added to our Loadbalancer configuration
  • Add production domain to ngnixplus playbook
  • Deploy site to prod
@kevinreiss
Copy link
Member

@escowles who do we need to talk to at Lyrassis to follow-up on having the domain transferred to us?

@escowles
Copy link
Member Author

@kevinreiss I can put you in touch with the Lyrasis folks to organize that.

@kayiwa
Copy link
Member

kayiwa commented Feb 4, 2025

it is already on pulibrary namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants