diff --git a/.dvc/.gitignore b/.dvc/.gitignore index 528f30c..db3a49a 100644 --- a/.dvc/.gitignore +++ b/.dvc/.gitignore @@ -1,3 +1,4 @@ /config.local /tmp /cache +/config diff --git a/.dvc/config b/.dvc/config deleted file mode 100644 index c51d79a..0000000 --- a/.dvc/config +++ /dev/null @@ -1,5 +0,0 @@ -[core] - autostage = true - remote = origin -['remote "origin"'] - url = webdav://vdrichtext.intra.inist.fr:7000/ diff --git a/astro-ner/README.md b/astro-ner/README.md index 58d508e..e59ac15 100644 --- a/astro-ner/README.md +++ b/astro-ner/README.md @@ -17,6 +17,11 @@ export WEBDAV_PASSWORD=????? ``` -Pour prendre en compte ces trois lignes : `source .env`. +Pour configurer le remote DVC : -Pour déclarer un remote DVC : `dvc remote add -d origin $WEBDAV_URL` +```bash +source .env +dvc remote add -d origin $WEBDAV_URL +dvc remote modify origin user $WEBDAV_LOGIN +dvc remote modify origin password $WEBDAV_PASSWORD +```