VEuPathDB / web-study-data-access

Utilities and hooks for controlling end user access to study data
Apache License 2.0
0 stars 1 forks source link

Tweak data access modal #23

Closed jernestmyers closed 1 year ago

jernestmyers commented 1 year ago

Resolves https://github.com/VEuPathDB/EbrcWebsiteCommon/issues/127

chowington commented 1 year ago

@moontrip If you're interested, testing is not that difficult:

  1. Clone https://github.com/VEuPathDB/ClinEpiWebsite
  2. cd into Site
  3. Copy .env.sample to .env and set the standard veupath name and pass
  4. Clone https://github.com/VEuPathDB/web-study-data-access, yarn install, yarn build-npm-modules
  5. In ClinEpiWebsite/Site, npm-pack-here from web-study-data-access like normal 5.5 May need to set volta node version <17 to avoid an SSL issue (can skip if yarn install works first try)
  6. yarn install and yarn start like normal

Slightly more steps than I thought, but not hard lol! That'll get you a full clinepi site with my changes packed in, where you can choose a study, go to the download page, and click to download to get the popup (shouldn't be signed in)

moontrip commented 1 year ago

@chowington Thank you for your detailed information 👍 I think that I don't need to test this PR as it is rather clear, but your instruction would be really helpful for future works concerning that repos!