Skip to content
Snippets Groups Projects
Commit eb27fd47 authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Fixed typo + test slug

parent b47da96f
No related branches found
No related tags found
No related merge requests found
---
slug: /ecolyo/Technical/getting-started
---
# Getting started # Getting started
This section will allow you to launch a proper local environment of the Ecolyo application This section will allow you to launch a proper local environment of the Ecolyo application
......
# Services # Services
In order to build an automated task within our cozy-stack, we can create _services_ which are javascript files called from a trigger job. In order to build an automated task within our cozy-stack, we can create *services* which are JavaScript files called from a trigger job.
For instance on Ecolyo, to schedule a mail that alert the user that a new **monthly report** is available in the application, we add a trigger that is launched every month with a _cron_ attribute. On that trigger we link a .js script then we instantiate this script with cozy-client. For instance on Ecolyo, to schedule a mail that alert the user that a new **monthly report** is available in the application, we add a trigger that is launched every month with a *cron* attribute. On that trigger we link a .js script then we instantiate this script with cozy-client.
## Configuration ## Configuration
......
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