From b09e0d7f0439bf22478aad0a400b1548cbece9eb Mon Sep 17 00:00:00 2001 From: Nicolas Michon <nicolas.michon@inria.fr> Date: Wed, 15 Mar 2017 14:51:30 +0100 Subject: [PATCH] README.md style --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47999705e09..99ddb658533 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,26 @@ The git repository also includes scripts for generating: Automated tasks are provided to validate and generate data: -`` +``` rake oar:properties # Generate oar properties + rake puppet:all # Launch all puppet generators + rake puppet:bindg5k # Generate bindg5k configuration + rake puppet:conmang5k # Generate conmang5k configuration + rake puppet:dhcpg5k # Generate dhcpg5k configuration + rake puppet:kadeployg5k # Generate kadeployg5k configuration + rake puppet:lanpowerg5k # Generate lanpowerg5k configuration + rake reference-api # Creates json data from inputs + rake validators:homogeneity # Check homogeneity of clusters + rake validators:schema # Check input data schema validity -`` +``` For more information about generators and validators, please see generators/README.md. -- GitLab