From a5ef2db8c74140651cc13598c465d0c9afa98367 Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 19:55:52 +0530 Subject: [PATCH 1/6] updated link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89fa559..bc3f1d9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ cd ~/test-at-scale curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.synapse.json -o .synapse.json ``` -- This file will be used to store certain parameters such as **Lambdatest Secret Key**, **Git Token**, **Repository Secrets**, **Container Registry** etc that will be required in configuring test-at-scale on your local/self-hosted environment. You can learn more about the configuration options [here](tas-self-hosted-configuration#parameters). +- This file will be used to store certain parameters such as **Lambdatest Secret Key**, **Git Token**, **Repository Secrets**, **Container Registry** etc that will be required in configuring test-at-scale on your local/self-hosted environment. You can learn more about the configuration options [here](https://www.lambdatest.com/support/docs/tas-self-hosted-configuration#parameters). ### Step 3 - Installation @@ -66,7 +66,7 @@ curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.s - [Docker-Compose](https://docs.docker.com/compose/install/) (Recommended) ### Docker Compose -- Create a configuration file using [these steps](tas-self-hosted-installation#creating-a-configuration-file). +- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-configuration#parameters). - Download and run the docker compose file using the following command. ```bash curl -L https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/docker-compose.yml -o docker-compose.yml From d49c7b40c3bc4a977186dd01e43ff2c3d8204da5 Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 20:55:00 +0530 Subject: [PATCH 2/6] updated readmefile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc3f1d9..0033acb 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.s - [Docker-Compose](https://docs.docker.com/compose/install/) (Recommended) ### Docker Compose -- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-configuration#parameters). +- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-installation#step-2--creating-a-configuration-file). - Download and run the docker compose file using the following command. ```bash curl -L https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/docker-compose.yml -o docker-compose.yml @@ -79,7 +79,7 @@ docker-compose up -d To get up and running quickly, you can use the following instructions to setup Test at Scale on Self hosted environment without docker-compose. -- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-installation#step-2--creating-a-configuration-file). +- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-installation/#step-2--creating-a-configuration-file). - Execute the following command to run Test at Scale docker container ```bash From acba0c9b28cbb87fc3efc504d4ae86954a25b7be Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 21:10:00 +0530 Subject: [PATCH 3/6] updated badges --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0033acb..14b6c19 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,14 @@

- + + + + +

-## **Status** - -![Go report card & Test coverage](https://github.com/lambdatest/test-at-scale/actions/workflows/main.yml/badge.svg) ![Linting](https://github.com/lambdatest/test-at-scale/actions/workflows/golangci-lint.yml/badge.svg) ![close issues and PR](https://github.com/lambdatest/test-at-scale/actions/workflows/stale.yml/badge.svg) - - ## Table of contents - πŸš€ [Getting Started](#getting-started) - πŸ’‘ [Tutorials](#tutorials) From 3e38c909492d47fd7a3f898f7bd21990a8025593 Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 21:32:08 +0530 Subject: [PATCH 4/6] added minimum system requirements --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b6c19..a00c1cf 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,14 @@ curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.s ### Step 3 - Installation
-Docker +Local Machine ### Prerequisites - [Docker](https://docs.docker.com/get-docker/) - [Docker-Compose](https://docs.docker.com/compose/install/) (Recommended) +- **Minimum System Requirement** + - CPU: 2 cores + - RAM: 4 GB ### Docker Compose - Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-installation#step-2--creating-a-configuration-file). From e3dc120f6f52a808ede935b311ddaef5e56ef608 Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 21:49:11 +0530 Subject: [PATCH 5/6] added minimum requirement --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a00c1cf..6899031 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.s ### Step 3 - Installation -
-Local Machine +
+Docker ### Prerequisites - [Docker](https://docs.docker.com/get-docker/) @@ -96,6 +96,16 @@ docker run β€”name synapse β€”-restart always \ ``` > **WARNING:** We strongly recommend to use docker-compose while Test at Scale on Self hosted environment. +
+
+ +#### **Supported Platforms:** + +
+Local Machine + +Setup using [docker](#docker). +
From ab5d8f835d06c4a0a3b856cfb8a8cce7d29d11f6 Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 22:13:27 +0530 Subject: [PATCH 6/6] minor url fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6899031..0610c04 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.s - RAM: 4 GB ### Docker Compose -- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-installation#step-2--creating-a-configuration-file). +- Create a configuration file using [these steps](https://www.lambdatest.com/support/docs/tas-self-hosted-installation/#step-2--creating-a-configuration-file). - Download and run the docker compose file using the following command. ```bash curl -L https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/docker-compose.yml -o docker-compose.yml