LibraryOfCongress / viewshare

A web application developed by Zepheira for the Library of Congress National Digital Information Infrastructure and Preservation Program (NDIIPP) which allows users to create and share embeddable interfaces to digital cultural heritage collections. A project of the Library of Congress; the project was retired in March 2018. Note: project members may work on both official Library of Congress projects and non-LC projects.
https://labs.loc.gov/work/experiments/viewshare/
Other
45 stars 15 forks source link

Embedded Views Not Loading #84

Closed dbrunton closed 10 years ago

dbrunton commented 10 years ago

See http://digitalpreservation.gov/partners/

May be a transient issue.

dbrunton commented 10 years ago

In the embed link on viewshare:

Note, it says "localhost:8000"

dfeeney commented 10 years ago

Hi @dbrunton,

Are you involved with the transition of the production service to the new hosting? I had sent Bill a file with the private settings that should go in viewshare_site_settings.py. One of these was SITE_ID. The default value of 1 points to localhost:8000. If you don't have access to a copy of this file, I can get it to you out of band.

dbrunton commented 10 years ago

Thanks, @dfeeney, I appreciate it. Try sending it to me on email: dbrun@loc.gov.

dfeeney commented 10 years ago

Thanks, I've sent it along with some database migration scripts for setting up beta. If the email doesn't come through or the attachments get stripped off, please let me know.

eikeon commented 10 years ago

I've updated the SITE_ID to be consistent with the above mentioned settings file and the embedded views now appear to be working.