Browse Source

usage repo

master
test2 5 years ago
parent
commit
0cf475ab70
  1. 17
      index.adoc

17
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

Loading…
Cancel
Save