Skip to content
Snippets Groups Projects
Commit adf7d2c8 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

readme

parent d5ef96ad
No related branches found
No related tags found
No related merge requests found
Pipeline #8158 passed
# Lyon Living Lab Energy Documentation
# Self Data Grandlyon Documentation
## Commands
* `py -m pip install mkdocs` - Install mkdocs
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
......@@ -13,24 +12,35 @@
nav:
- Home: index.md
- Getting started:
- Setup your environment: getting_started/setup_your_environment.md
- Launch the application on local : getting_started/launch_local_application.md
- Launch a konnector on local : getting_started/launch_local_konnector.md
- Project Architecture:
- Architecture : project_architecture/architecture.md
- Cozy : project_architecture/cozy.md
- Environments : project_architecture/environments.md
- DocTypes : project_architecture/doctypes.md
- Application:
- Description: application/description.md
- Gitflow: application/gitflow.md
- Konnectors:
- Enedis: konnectors/enedis.md
- GRDF: konnectors/grdf.md
- Eau du Grand Lyon: konnectors/egl.md
- Pilote:
- Introduction: pilote/index.md
- Ecolyo:
- Introduction: ecolyo/index.md
- Getting started:
- Setup your environment: ecolyo/getting_started/setup_your_environment.md
- Launch the application on local: ecolyo/getting_started/launch_local_application.md
- Launch a konnector on local: ecolyo/getting_started/launch_local_konnector.md
- Project Architecture:
- Architecture: ecolyo/project_architecture/architecture.md
- Cozy: ecolyo/project_architecture/cozy.md
- Environments: ecolyo/project_architecture/environments.md
- DocTypes: ecolyo/project_architecture/doctypes.md
- Application:
- Description: ecolyo/application/description.md
- Scaffolding: ecolyo/application/scaffolding.md
- Services: ecolyo/application/services.md
- Gitflow: ecolyo/application/gitflow.md
- Deploy: ecolyo/application/deploy.md
- Konnectors:
- Enedis: ecolyo/konnectors/enedis.md
- GRDF: ecolyo/konnectors/grdf.md
- Eau du Grand Lyon: ecolyo/konnectors/egl.md
- Proxy:
- Description: proxy/description.md
- Use cases:
- Enedis: proxy/use_cases/enedis.md
- Grdf Adict: proxy/use_cases/grdfadict.md
## Project layout
......
......@@ -10,7 +10,7 @@ services:
options:
max-size: "2m"
max-file: "5"
mem_limit: 512m
# mem_limit: 512m
user: "1000"
# command: -http_port=8081
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment