Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • web-et-numerique/factory/llle_project/self-data-technical-doc
1 result
Select Git revision
Show changes
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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 ?
......
......@@ -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 ?
......
......@@ -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).
## ![gitlab](../img/gitlab-logo.svg) 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
......
......@@ -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.
......
......@@ -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"
......