Closed jernestmyers closed 1 year ago
@moontrip If you're interested, testing is not that difficult:
https://github.com/VEuPathDB/ClinEpiWebsite
cd
into Site
.env.sample
to .env
and set the standard veupath name and passhttps://github.com/VEuPathDB/web-study-data-access
, yarn install
, yarn build-npm-modules
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)yarn install
and yarn start
like normalSlightly 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)
@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!
Resolves https://github.com/VEuPathDB/EbrcWebsiteCommon/issues/127