GitBook: [builtins] 56 pages modified

This commit is contained in:
boneyard93501 2021-06-18 23:12:19 +00:00 committed by gitbook-bot
parent 7f12495ca2
commit 4d4b12e118
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -30,7 +30,7 @@ Now we can build and populate the required directory structure with your service
**TODO: check if that applies to new repo approach.**
#### Requirements
### Requirements
In order to deploy a builtin service, you need
@ -38,7 +38,9 @@ In order to deploy a builtin service, you need
* the blueprint file for the service
* start and scheduling scripts
Just to recap, blueprints capture the service name and dependencies. For example:
#### Blueprint
Just to recap, blueprints capture the service name and dependencies:
```javascript
// example_blueprint.json
@ -132,7 +134,7 @@ So modules and configs names should look like this:
-- 558a483b1c141b66765947cf6a674abe5af2bb5b86244dfca41e5f5eb2a86e9e_config.json
```
**Start Script**
#### **Start Script**
Start scripts, which are optional, execute once after service deployment or node restarts and are submitted as _air_ files and may be accompanied by a json file containing the necessary parameters.
@ -156,7 +158,7 @@ and the associated data file:
**Scheduling Script**
#### **Scheduling Script**
TBD