From d5fcab0c29acc0253be6e37344f7963447d5bf27 Mon Sep 17 00:00:00 2001 From: Kevin Puertas Ruiz Date: Thu, 5 Sep 2019 13:43:01 +0200 Subject: [PATCH] Update doc --- .gitlab-ci.yml | 3 ++- doc/how_works.md | 10 ++++++---- page/_includes/about.html | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee11032..80bb161 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,8 @@ pages: stage: deploy script: - cd page - - jekyll build -d ../public/ + - bundle install + - bundle exec jekyll build -d ../public/ artifacts: paths: - public diff --git a/doc/how_works.md b/doc/how_works.md index 029531b..3895bf1 100644 --- a/doc/how_works.md +++ b/doc/how_works.md @@ -1,11 +1,13 @@ # Very-Fast instructions -You have to create a cook -In "Examples" you have Cook Examples +You have to create a cook. In "Examples" you have Cook Examples, copy one to cooks and edit (See howto_writecook) -Then, you have to create a group using the CLI. -In the groups is where you assign computers and cooks +Then, you have to create a group using the control.ps1 GUI. +In groups is where you assign computers and cooks + +Cooks and computers has to be assigned to groups Cooks -> Group + Computers -> Group You can have more than 1 cook in a group diff --git a/page/_includes/about.html b/page/_includes/about.html index c087a7c..463962c 100644 --- a/page/_includes/about.html +++ b/page/_includes/about.html @@ -6,6 +6,7 @@

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.
It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.
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

+

Open download page to see more about program, uses, installation,... \ No newline at end of file