aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkaihlavi <l.kaihlavirt@partner.samsung.com>2019-06-24 16:13:07 +0300
committerOren Kleks <orenkle@amdocs.com>2019-06-30 05:47:13 +0000
commit9ed7972644ab771b37c3f40ec3c7c7c2a666ef8a (patch)
tree449c83fa328cc840fa71c26d2d76dab4cd6406ab /README.md
parent4318fb7e9965f82e27e7e7856be6c5a97117b628 (diff)
Highlight Windows-specific parts
Change-Id: I8da91c11d772d7b2ec487506431d172d414ddace Issue-ID: SDC-2386 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3a43db09ce..6e69c4bc29 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ There are four major components of SDC:
## Git Configuration
-Before cloning the sdc source code it's important to enable long paths on your Windows machine, otherwise git won't be able to handle some files
+Note that if you're working on Windows, it's important to enable long paths for your machine; otherwise git won't be able to handle some files.
In order to do so just add this section to your global git.config file under the `[core]` key:
@@ -53,8 +53,9 @@ SDC is built from several projects while the parent "sdc" contains the main pom.
In order to build all the projects, go to sdc project and run the command: `mvn clean install`
Currently SDC build process also supports docker building.
-In order to build and upload local dockers to a local environment you'll need to define an environment variable on your machine with key: `DOCKER_HOST` and value: `tcp://<ip_address>:2375`
-For the dockers to be built during the build process use the "docker" profile by adding this: `-P docker` to the `mvn clean install` command
+Note that if you're working on Windows, you'll need to define an environment variable on your machine with key `DOCKER_HOST` and value: `tcp://<ip_address>:2375` in order to build and upload local dockers to a local environment.
+
+For the dockers to be built during the build process use the "docker" profile by adding `-P docker` to the `mvn clean install` command
More flags to use in the build process are:
* -DskipTests - Skips unit tests execution