VCityTeam / UD-geodecision

Decision making tools for urban management
Other
0 stars 0 forks source link

UD-geodecision-docker Document the credential process #13

Closed EricBoix closed 4 years ago

EricBoix commented 4 years ago

In the Install.md of the UD-geodecision-docker document the positioning of credentials e.g.

You first need to positionate your git credentials (login, personnal token) in order
to access to the various geodecision repositories of the study
  export git_login=<...>
  export git_password=<...>   # Must be a token when on gitlab.liris.cnrs.fr

the run docker build ...

thomleysens commented 4 years ago

@EricBoix Could you be more explicit ? I don't understand what are the "FSM" repositories and why it's needed since the process uses a token.

EricBoix commented 4 years ago

@thomleysens My quote was taken from another project (the FSM which has nothing to do with geodecision) in order to provide you, mutatis mutandis, with a suggestive example of what is required in the install notes.

I guess the transposition (the mutatis mutandis) to this project is what got you confused. I thus edited my original quote and did the necessary adaptation to geodecision.

thomleysens commented 4 years ago

Sorry but I still don't understand. Do you want I write an Install.md note instead of the Readme.md with this information ? This information is - if I understand well - already in Readme in general information section.

EricBoix commented 4 years ago

When this issue was written, and unless I'm wrong, the Readme did not document the credential step.