From 88ce562530b1cb09f70a91aa21537926b8cd36c4 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Thu, 17 Nov 2022 15:02:13 +0100 Subject: [PATCH] update forge urls (factory) --- .gitlab-ci.yml | 6 +++--- docker-compose.yml | 2 +- docs/cozystack/local.md | 2 +- docs/easycozy/commands.md | 2 +- docs/ecolyo/application/deploy.md | 4 ++-- docs/ecolyo/application/gitflow.md | 2 +- docs/ecolyo/application/release.md | 4 ++-- docs/ecolyo/ecolyo-agent/development/deploy.md | 6 +++--- .../ecolyo-agent/development/handle_assets.md | 2 +- .../getting_started/launch_local_application.md | 15 ++++++++------- docs/ecolyo/ecolyo-agent/introduction.md | 4 ++-- .../getting_started/launch_local_application.md | 2 +- docs/ecolyo/index.md | 10 +++++----- .../project_architecture/remote_doctypes.md | 4 ++-- docs/ecolyo/services/index.md | 2 +- docs/index.md | 4 ++-- docs/konnectors/egl.md | 2 +- docs/konnectors/enedis.md | 2 +- docs/konnectors/grdf.md | 4 ++-- docs/konnectors/index.md | 8 ++++---- .../getting_started/launch_local_application.md | 2 +- .../getting_started/launch_local_application.md | 2 +- .../getting_started/launch_local_application.md | 2 +- .../getting_started/launch_local_doctypes.md | 6 +++--- .../getting_started/launch_local_services.md | 6 +++--- docs/pilote/index.md | 10 +++++----- docs/proxy/monitoring.md | 2 +- mkdocs.yml | 4 ++-- 28 files changed, 61 insertions(+), 60 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8aa3675..401d62f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,8 @@ build_master: - master script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - - docker build -t registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc . - - docker push registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc + - docker build -t registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc . + - docker push registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc deploy_master: stage: deploy @@ -32,4 +32,4 @@ deploy_master: - cd /root/self-data-technical-doc - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker-compose pull - - docker-compose up -d doc-self-data + - docker-compose up -d doc-self-data diff --git a/docker-compose.yml b/docker-compose.yml index b230851..20c2666 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.3" services: self_data_docs: - image: registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc:latest + image: registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc:latest container_name: self_data_docs restart: unless-stopped logging: diff --git a/docs/cozystack/local.md b/docs/cozystack/local.md index 2fa66aa..c0b8626 100644 --- a/docs/cozystack/local.md +++ b/docs/cozystack/local.md @@ -1,6 +1,6 @@ # Local stack - [cozy-stack](https://forge.grandlyon.com/web-et-numerique/llle_project/cozy-stack) + [cozy-stack](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/cozy-stack) ## Why are we cloning the official repo ? diff --git a/docs/easycozy/commands.md b/docs/easycozy/commands.md index a6dd012..238c854 100644 --- a/docs/easycozy/commands.md +++ b/docs/easycozy/commands.md @@ -23,7 +23,7 @@ docker-compose exec cozy ./cozy apps update home --domain "[name].cozy.self-data docker-compose exec cozy ./cozy konnectors uninstall grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com" grdfgrandlyon has been uninstalled # cozy-stack konnectors install ${konn} --domain ${url} -docker-compose exec cozy ./cozy konnectors install grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com" git://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector.git#build +docker-compose exec cozy ./cozy konnectors install grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com" git://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector.git#build grdfgrandlyon (0.1.5) has been installed on [name].cozy.self-data.alpha.grandlyon.com ``` diff --git a/docs/ecolyo/application/deploy.md b/docs/ecolyo/application/deploy.md index 29c556a..9b1a006 100644 --- a/docs/ecolyo/application/deploy.md +++ b/docs/ecolyo/application/deploy.md @@ -41,7 +41,7 @@ yarn deploy In order to prevent manual action for deployment, a gitlab-runner has been configured to deploy every changes on the `dev` branch on our test [env](https://ecolyo.ecolyodemo.cozy.self-data.alpha.grandlyon.com/) !!! info "cicd scripts" - You can find all scripts used in cicd jobs on the following [repository](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo-infra-scripts) + You can find all scripts used in cicd jobs on the following [repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo-infra-scripts) ## Deploy build-test branch to one Scaleway instance for testing @@ -67,7 +67,7 @@ You can deploy content of build branch into Cozy registry by using the cozy-app- ```sh yarn cozy-app-publish \ --token $COZY_TOKEN \ ---build-url https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/archive/build/ecolyo-build.tar.gz \ +--build-url https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/archive/build/ecolyo-build.tar.gz \ --manual-version $VERSION_NUMBER \ --space $COZY_SPACE ``` diff --git a/docs/ecolyo/application/gitflow.md b/docs/ecolyo/application/gitflow.md index cc96e5b..2856e32 100644 --- a/docs/ecolyo/application/gitflow.md +++ b/docs/ecolyo/application/gitflow.md @@ -15,7 +15,7 @@ This will prevent anyone to push on the master branch, the only way to add code - Retrieve the project on your computer, open a command line and execute. ```sh -git clone https://forge.grandlyon.com/web-et-numerique/llle.git +git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo ``` - Create the development branch diff --git a/docs/ecolyo/application/release.md b/docs/ecolyo/application/release.md index f01935e..8c32782 100644 --- a/docs/ecolyo/application/release.md +++ b/docs/ecolyo/application/release.md @@ -46,9 +46,9 @@ git push --follow-tags origin dev :warning: Do not push with VS Code -5. Finally, add release notes in gitlab in your [project -> repository -> tags](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/tags) -> **edit release notes** +5. Finally, add release notes in gitlab in your [project -> repository -> tags](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tags) -> **edit release notes** -You can copy paste the last changes in [CHANGELOG.MD](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/blob/dev/CHANGELOG.md) +You can copy paste the last changes in [CHANGELOG.MD](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/blob/dev/CHANGELOG.md) ### Annotated Tags diff --git a/docs/ecolyo/ecolyo-agent/development/deploy.md b/docs/ecolyo/ecolyo-agent/development/deploy.md index 97c15da..d218e50 100644 --- a/docs/ecolyo/ecolyo-agent/development/deploy.md +++ b/docs/ecolyo/ecolyo-agent/development/deploy.md @@ -8,11 +8,11 @@ To deploy ecolyo-agent application in a production environment, you need to crea ### docker-compose.yml -Example [here](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client/-/blob/dev/docker-compose.yml) +Example [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client/-/blob/dev/docker-compose.yml) ### site.conf -Find exemples [here](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client/-/tree/dev/nginx) +Find exemples [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client/-/tree/dev/nginx) ### .env @@ -29,7 +29,7 @@ SSL_CRT_FILE=cert.pem SSL_KEY_FILE=key.pem ``` -Complete with this example [here](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/-/blob/dev/.env.template) +Complete with this example [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server/-/blob/dev/.env.template) ## Start the application diff --git a/docs/ecolyo/ecolyo-agent/development/handle_assets.md b/docs/ecolyo/ecolyo-agent/development/handle_assets.md index a6ec0ce..42e343d 100644 --- a/docs/ecolyo/ecolyo-agent/development/handle_assets.md +++ b/docs/ecolyo/ecolyo-agent/development/handle_assets.md @@ -4,7 +4,7 @@ This section will allow you to import the assets used in the newsletter from Eco ## Import assets -In the rec or prod server, in the folder `scripts`, there is the following script, named [`import-convert-assets.sh`](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client/-/blob/dev/scripts/import-convert-assets.sh). +In the rec or prod server, in the folder `scripts`, there is the following script, named [`import-convert-assets.sh`](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client/-/blob/dev/scripts/import-convert-assets.sh). To import assets for the ecogesture images, run it diff --git a/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md b/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md index ca0fbbc..bccf2cc 100644 --- a/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md +++ b/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md @@ -3,13 +3,14 @@ This section will allow you to launch a proper local environment for Ecolyo-Agent ## Local usage + ### Initialisation of the project Clone the projects using thefollowing commands ```sh -git clone https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client -git clone https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server +git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client +git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server ``` ### Installation of the project @@ -48,7 +49,7 @@ Do not use the app with the port 3000, you won't be able to login. #### Backend and Database -In order to get Backend documentation, please refer directly to the [backend readme](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/-/blob/dev/README.md) +In order to get Backend documentation, please refer directly to the [backend readme](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server/-/blob/dev/README.md) #### Nginx @@ -84,13 +85,13 @@ In order to test the app on alpha you can do the following steps: - Build locally your docker image for the client and/or the server ```sh -docker build . -t registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-<server/client>:your-tag +docker build . -t registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-<server/client>:your-tag ``` - Push the image ```sh -docker push registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-<server/client>:your-tag +docker push registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-<server/client>:your-tag ``` - Connect to alpha in ssh, go to ecolyo-agent > docker-compose.yml and change the image tag for client and/or server @@ -104,13 +105,13 @@ docker-compose up -d - If you have access denied issue, try to docker login ```sh -docker login registry.forge.grandlyon.com/web-et-numerique/llle_project/ +docker login registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/ ``` - If you want to update alpha using the same image tag with edited image, just pull manually your new image and rebuild the concerned image ```sh -docker pull registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-<server/client>:your-tag +docker pull registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-<server/client>:your-tag docker-compose up -d ``` diff --git a/docs/ecolyo/ecolyo-agent/introduction.md b/docs/ecolyo/ecolyo-agent/introduction.md index 87da537..c1f523a 100644 --- a/docs/ecolyo/ecolyo-agent/introduction.md +++ b/docs/ecolyo/ecolyo-agent/introduction.md @@ -9,6 +9,6 @@ This project is split between a backend and frontend; each project has its own r ##  Repositories -[Ecolyo-Agent backend gitlab repository](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server) +[Ecolyo-Agent backend gitlab repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server) -[Ecolyo-Agent front-end gitlab repository](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client) +[Ecolyo-Agent front-end gitlab repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client) diff --git a/docs/ecolyo/getting_started/launch_local_application.md b/docs/ecolyo/getting_started/launch_local_application.md index e833743..1d6605f 100644 --- a/docs/ecolyo/getting_started/launch_local_application.md +++ b/docs/ecolyo/getting_started/launch_local_application.md @@ -7,7 +7,7 @@ This section will allow you to launch a proper local environment of the Ecolyo a Clone the project repository using the following command ```sh -git clone https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git +git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git ``` ## Installation of the project diff --git a/docs/ecolyo/index.md b/docs/ecolyo/index.md index afeac24..107d319 100644 --- a/docs/ecolyo/index.md +++ b/docs/ecolyo/index.md @@ -7,15 +7,15 @@ Ecolyo is a multi-fluid application solution towards users of the grand lyon met This is a [Cozy](https://docs.cozy.io/en/) application that allows users to connect their energy accounts such as **EGL**, **ENEDIS** and **GRDF**, using cozy [konnectors](https://docs.cozy.io/en/cozy-stack/konnectors/). !!! danger "Reminder" - If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites). + If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites). ##  Repositories -- [Ecolyo](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo) -- [Ecolyo.com](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo_landing_page) +- [Ecolyo](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo) +- [Ecolyo.com](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo_landing_page) - Ecolyo Agent - - [Ecolyo-agent server](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server) - - [Ecolyo-agent client](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client) + - [Ecolyo-agent server](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server) + - [Ecolyo-agent client](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client) ## Konnectors diff --git a/docs/ecolyo/project_architecture/remote_doctypes.md b/docs/ecolyo/project_architecture/remote_doctypes.md index bec5cd9..9b136b4 100644 --- a/docs/ecolyo/project_architecture/remote_doctypes.md +++ b/docs/ecolyo/project_architecture/remote_doctypes.md @@ -60,10 +60,10 @@ remote_assets: cd docker ``` -- build the docker image and tag it to [ecolyo / Container Registry / cozy-env](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/container_registry): +- build the docker image and tag it to [ecolyo / Container Registry / cozy-env](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/container_registry): ```sh -docker build . -t registry.forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/cozy-env +docker build . -t registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/cozy-env ``` - Then add the following command to winstack script in the package.json: diff --git a/docs/ecolyo/services/index.md b/docs/ecolyo/services/index.md index d35d47e..836506a 100644 --- a/docs/ecolyo/services/index.md +++ b/docs/ecolyo/services/index.md @@ -14,7 +14,7 @@ Here is an example of service declaration in the ecolyo manifest:  -File location is determined after the build, see [here](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/tree/build/services/monthlyReport). +File location is determined after the build, see [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tree/build/services/monthlyReport). !!! note "Cron" See the cron definition at [cozy-stack](https://docs.cozy.io/en/cozy-stack/jobs/#cron-syntax). diff --git a/docs/index.md b/docs/index.md index 9799b32..6540f7d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ In order to work with a self-data environment, there are a couple of prerequisit ### Grandlyon resources -Don't forget to take a look at our wiki describing general development guidelines [wiki](https://forge.grandlyon.com/web-et-numerique/wiki_web_num). It covers all the processes and guidelines towards developers. +Don't forget to take a look at our wiki describing general development guidelines [wiki](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num). It covers all the processes and guidelines towards developers. ### Cozy resources @@ -23,7 +23,7 @@ Link | Details ### Clone the project -To install and run the documentation on your laptop, follow the steps in the [README](https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc). Then: +To install and run the documentation on your laptop, follow the steps in the [README](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc). Then: - Create a branch for your change - Add documentation pages to `docs`, and supporting assets to `img`. diff --git a/docs/konnectors/egl.md b/docs/konnectors/egl.md index d69c40e..fad1deb 100644 --- a/docs/konnectors/egl.md +++ b/docs/konnectors/egl.md @@ -1,6 +1,6 @@ # EGL Konnector -[EGL repository](https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector). +[EGL repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/egl-konnector). This konnector fetches consumption measures from EGL API. The EGL API allows us to get a user's consumption data gathered by it's connected water meter "Téléo". diff --git a/docs/konnectors/enedis.md b/docs/konnectors/enedis.md index cbafa97..699fa69 100644 --- a/docs/konnectors/enedis.md +++ b/docs/konnectors/enedis.md @@ -4,7 +4,7 @@ This section of documentation is not relevant anymore, enedis data connect has been replaced with enedis sge This konnector fetches consumption measures from Enedis API. This is an Oauth Konnector, meaning the authentication performed to access all data is made following an Oauth2 protocol. -You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector). +You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-konnector). You should also check Cozy's official documentations for konnectors : [https://docs.cozy.io/en/tutorials/konnector/getting-started/](https://docs.cozy.io/en/tutorials/konnector/getting-started/) diff --git a/docs/konnectors/grdf.md b/docs/konnectors/grdf.md index 518c98a..5a01dfe 100644 --- a/docs/konnectors/grdf.md +++ b/docs/konnectors/grdf.md @@ -1,7 +1,7 @@ # Grdf Adict Konnector This konnector fetches consumption measures from Grdf Adict API. This is an Oauth Konnector, meaning the authentication performed to access all data is made following an Oauth2 protocol. -You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector). +You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector). You should also check Cozy's official documentations for konnectors : [https://docs.cozy.io/en/tutorials/konnector/getting-started/](https://docs.cozy.io/en/tutorials/konnector/getting-started/) @@ -70,7 +70,7 @@ Build the konnector with `yarn build`. ### Install on production Type `yarn deploy` to build on a dedicated branch. -Build branch is stored as a docker image in a registry : [Container Registry](https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector/container_registry). +Build branch is stored as a docker image in a registry : [Container Registry](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector/container_registry). ### Konnector Methods diff --git a/docs/konnectors/index.md b/docs/konnectors/index.md index 73894c2..5098616 100644 --- a/docs/konnectors/index.md +++ b/docs/konnectors/index.md @@ -17,7 +17,7 @@ Some variation have to be considered : ##  Repositories -- [enedis dataconnect (deprecated)](https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector) -- [enedis sge](https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-sge-konnector) -- [grdf](https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector) -- [egl](https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector) +- [enedis dataconnect (deprecated)](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-konnector) +- [enedis sge](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-sge-konnector) +- [grdf](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-konnector) +- [egl](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/egl-konnector) diff --git a/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md b/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md index 6df2992..5be019f 100644 --- a/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md +++ b/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md @@ -5,7 +5,7 @@ Clone the project using the following command: ```sh -git clone https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial-back.git +git clone https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial-back.git ``` ## Installation of the project diff --git a/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md b/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md index 2c73b44..33faef0 100644 --- a/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md +++ b/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md @@ -5,7 +5,7 @@ Clone the project using the following command : ```sh -git clone https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial.git +git clone https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial.git ``` ## Installation of the project diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md b/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md index 34e4598..12704e1 100644 --- a/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md +++ b/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md @@ -7,7 +7,7 @@ Use the following command in your favorite terminal to clone the project: ```sh -git clone https://forge.grandlyon.com/solidarite/monparcourssocial/mps-usager +git clone https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager ``` ## Installation of the project diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md b/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md index 461e11a..68d406a 100644 --- a/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md +++ b/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md @@ -41,8 +41,8 @@ For this project: ```sh cd docker docker build . -docker tag <image_ID_created> registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes -docker push registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes:latest +docker tag <image_ID_created> registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes +docker push registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes:latest ``` 4/ The path "/data/cozy-doctypes" is linked to the volume of the cozy-app-dev image. @@ -56,7 +56,7 @@ In order to mount this volume, you need to add it when you run the 'docker run' => for this project : ```sh -docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes +docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes ``` ## How to test your remote doctype ? diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md b/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md index 2857509..9381ddd 100644 --- a/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md +++ b/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md @@ -81,8 +81,8 @@ Finally, you should rebuild the docker image of the cozy-stack: ```sh cd docker docker build . -docker tag <image_ID_created> registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes -docker push registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes:latest +docker tag <image_ID_created> registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes +docker push registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes:latest ``` 7/ The path "/data/cozy-doctypes" is link to the volume of the cozy-app-dev image. @@ -96,7 +96,7 @@ In order to mount this volume, you need to add it when you run the 'docker run' => for this project : ```sh -docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes +docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes ``` ## How to test your service ? diff --git a/docs/pilote/index.md b/docs/pilote/index.md index 5aef3b3..90f2a82 100644 --- a/docs/pilote/index.md +++ b/docs/pilote/index.md @@ -5,16 +5,16 @@ Pilote aims to help people in various administrative processes, allowing them to share their personal information with a social worker to build the best possible claim for every needs. !!! danger "Reminder" - If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites). + If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites). ##  Repositories -[MPS group](https://forge.grandlyon.com/solidarite/monparcourssocial) contains the following repositories: +[MPS group](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial) contains the following repositories: -- [pilote usager](https://forge.grandlyon.com/solidarite/monparcourssocial/mps-usager) +- [pilote usager](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager) - travailleur social - - [backend](https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial-back) - - [frontend](https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial) + - [backend](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial-back) + - [frontend](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial) ## Requirements diff --git a/docs/proxy/monitoring.md b/docs/proxy/monitoring.md index 6ef63da..153e614 100644 --- a/docs/proxy/monitoring.md +++ b/docs/proxy/monitoring.md @@ -9,7 +9,7 @@ All logs printed by the Proxy are read and translated into statistics on a grafa This monitoring system allow the team to parse more easily the cozy-stack logs when something goes wrong. For instance, test konnector or check from the proxy if an issue was coming from Enedis or Grdf. -Learn more about how it works [here](https://forge.grandlyon.com/web-et-numerique/llle_project/logs-monitoring). +Learn more about how it works [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/logs-monitoring). !!! warning "High volume" The service parses a very high amount of logs, most of all when debugging an instance. To limit our disk usage we tend to stop the service when not needed. diff --git a/mkdocs.yml b/mkdocs.yml index 18a8747..b6575a1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,8 +2,8 @@ site_name: Self-Data Grandlyon - Technical Docs site_description: A Collection of Technical Documentations Related to the Self-Data Grandlyon Projects. site_author: Métropole de Lyon repo_name: "Forge link" -repo_url: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc" -edit_uri: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc/-/blob/master/docs/" +repo_url: "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc" +edit_uri: "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc/-/blob/master/docs/" theme: name: "material" -- GitLab