highmed / highmed-dsf

HiGHmed Data Sharing Framework funded by the German Federal Ministry of Education and Research (BMBF, grant ids: 01ZZ1802E and 01ZZ1802A)
Apache License 2.0
32 stars 20 forks source link

Prefer groupadd/useradd before addgroup/adduser in documentation #408

Closed haemka closed 1 year ago

haemka commented 1 year ago

The deployment codumentation uses addgroup and adduser commands which are just wrappers for groupadd and useradd. Generally groupadd and useradd should be preferred, since the wrappers aren't available on all distributions. The syntax is also the same.

schwzr commented 1 year ago

Hi, thank you for your suggestion.

As we move to DSF 1.x we will modify the documentation there (https://github.com/datasharingframework/datasharingframework.github.io) and not in the old DSF version (0.9.x).