VUIIS / dax

Distributed Automation for XNAT
MIT License
25 stars 24 forks source link

Docs - .netrc file format #317

Closed baxpr closed 3 years ago

baxpr commented 3 years ago

~/.netrc has to look like this now:

machine xnat.vanderbilt.edu
login username
password password123

not like this:

machine https://xnat.vanderbilt.edu/xnat
login username
password password123

Is this clear in the docs? Especially the setup docs?

baxpr commented 3 years ago

e.g. http://xnatbug.vandyxnat.org/bugzilla/show_bug.cgi?id=2011

duettwe commented 3 years ago

Updated https://github.com/VUIIS/dax/blob/main/docs/installing_dax_in_a_virtual_environment.rst under the 'make sure your netrc looks like this' section with:

_Make sure that the xnathost is formatted similarly to 'xnat.website.com' NOT 'https://xnat.website.com/xnat'. The full url is not required and WILL NOT WORK properly.

bud42 commented 3 years ago
screenshot
bud42 commented 3 years ago

I installed from the main branch and did a fresh set up. See screenshot. New release is forthcoming.