NunoLinhares / Web-8.5-Quick-Install

Initial Commit (Create Repository)
9 stars 5 forks source link

Has the URL for the DXA zip file changed? #18

Closed tjnicolaides closed 6 years ago

tjnicolaides commented 6 years ago

https://github.com/NunoLinhares/Web-8.5-Quick-Install/blob/4fc6657ef1b88b84dddcfb32fb1e05d1c3951a72/Web-8.5-Quick-Install.ps1#L401

The URL https://community.sdl.com/developers/tridion_developer/m/mediagallery/852/download appears to be redirecting to an AppStore entry at https://appstore.sdl.com/web-content-management/app/sdl-digital-experience-accelerator-net/608/

What I see happening at this point is an empty zip file being downloaded and unzipped at c:\path\to\this\script\dxa.zip . I am taking the manual step of downloading / unzipping to that location in the meantime, unless there is a more reliable URL to be using for $setupOptions.URL_DXA ?

NunoLinhares commented 6 years ago

Wow, this must have changed in the last week, as I used this script to deploy a server last Thursday. Let me find an alternative.

NunoLinhares commented 6 years ago

Can you try using this instead?

https://github-production-release-asset-2e65be.s3.amazonaws.com/40543447/fb7bddb0-c867-11e6-8dd4-02a30ed29dab?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20170926%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170926T153442Z&X-Amz-Expires=300&X-Amz-Signature=acd73fc764f3fc63e4c15da98c5ef05d705577f4ad45c6a8c957833a86201523&X-Amz-SignedHeaders=host&actor_id=932807&response-content-disposition=attachment%3B%20filename%3DSDL.DXA.NET.1.7.zip&response-content-type=application%2Foctet-stream

tjnicolaides commented 6 years ago

The workaround I described seemed to work, FWIW. Just now at the point of trying to get the staging site to work on port 82

tjnicolaides commented 6 years ago

That URL seems to work in a private tab with no active appstore.sdl.com session, and when unzipped appears to have content identical to the one I downloaded. Seems promising

NunoLinhares commented 6 years ago

This one works too: (I just tried it from powershell) https://docs.sdl.com/DXA/DotNET/1.7/Download/ I will make this change in the script. This one actually redirects to the S3 link above.

NunoLinhares commented 6 years ago

Fixed with new link in Quick-Install-Options.ps1