Update doc

This commit is contained in:
2019-09-05 13:43:01 +02:00
parent f25ffbd1e6
commit d5fcab0c29
3 changed files with 9 additions and 5 deletions

View File

@@ -8,7 +8,8 @@ pages:
stage: deploy stage: deploy
script: script:
- cd page - cd page
- jekyll build -d ../public/ - bundle install
- bundle exec jekyll build -d ../public/
artifacts: artifacts:
paths: paths:
- public - public

View File

@@ -1,11 +1,13 @@
# Very-Fast instructions # Very-Fast instructions
You have to create a cook You have to create a cook. In "Examples" you have Cook Examples, copy one to cooks and edit (See howto_writecook)
In "Examples" you have Cook Examples
Then, you have to create a group using the CLI. Then, you have to create a group using the control.ps1 GUI.
In the groups is where you assign computers and cooks In groups is where you assign computers and cooks
Cooks and computers has to be assigned to groups
Cooks -> Group Cooks -> Group
Computers -> Group Computers -> Group
You can have more than 1 cook in a group You can have more than 1 cook in a group

View File

@@ -6,6 +6,7 @@
<p>Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.<br> <p>Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.<br>
It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.<br> It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.<br>
You only have to write simple cooks that are small yaml text files, create groups of computers and assign cooks to this groups, and will be run in the destination computers</p> You only have to write simple cooks that are small yaml text files, create groups of computers and assign cooks to this groups, and will be run in the destination computers</p>
<p>Open download page to see more about program, uses, installation,...
</div> </div>
</div> </div>
</section> </section>