From 0cf475ab70180acdd7ec00a88700aadd82c7ab5b Mon Sep 17 00:00:00 2001 From: test2 Date: Fri, 17 Jan 2020 21:32:23 +0200 Subject: [PATCH] usage repo --- index.adoc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.adoc b/index.adoc index 4da982f..434393d 100644 --- a/index.adoc +++ b/index.adoc @@ -47,7 +47,7 @@ The goal of this project is to provide the easiest, fastest, and most painless w ==== Repo Directory_Structure_4_Lab_Instance - Lab_Instance first clones your Repo and then automatically loads certain files based on a known file +Lab_Instance service first clones your Repo and then automatically loads certain files based on a known file structure. @@ -62,25 +62,26 @@ swarmlab/ ===== runbefore - Lab_Instance dependencies. "runbefore" allows you to automatically pull-in other dependencies when using a Lab_Instance. This file should contain a list of tasks and parameters to insert before the specified repos are executed on Lab_Instance. +Lab_Instance dependencies. ***"runbefore"*** allows you to automatically pull-in other dependencies when using a Lab_Instance service. + +This file should contain a list of tasks and parameters to insert before the specified repos are executed on Lab_Instance. ===== run - Contains the main list of tasks to be executed by the Lab_Instance. +Contains the main list of tasks to be executed by the Lab_Instance service. ===== runafter - Lab_Instances is the machanism that allows you to to permanently save your data. +***"runafter"*** is the machanism that allows you to to permanently save your data. - Lab_Instances are mortal, and it’s pretty much routine them to be stoped and deleted. +Lab_Instances are mortal, and it’s pretty much routine them to be stoped and deleted. - If you have something like a data/log file that needs to be saved then at this point make sure to back it up! +If you have something like a data/log file that needs to be saved then at this point make sure to back it up! [NOTE] ==== -You can use any Script Programming Language you want to automate the -execution of Lab_Instance +You can use any Script Programming Language you want to automate the execution of Lab_Instance service The shebang **MUST** be in the first line