From 77b43c03af3ae286870a70e3e13cdff9c2db7483 Mon Sep 17 00:00:00 2001 From: Michael Dockter Date: Wed, 11 Dec 2019 10:27:55 -0500 Subject: [PATCH] #35 Refactor to template --- .project | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- docs/README.md | 4 ++-- docs/best-practices.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.project b/.project index 28a8784..b51623d 100644 --- a/.project +++ b/.project @@ -1,4 +1,4 @@ - docker-template + template-docker diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4689c4..db50261 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ The variables are used throughout the installation procedure. ```console export GIT_ACCOUNT=senzing -export GIT_REPOSITORY=docker-template +export GIT_REPOSITORY=template-docker ``` Synthesize environment variables. diff --git a/README.md b/README.md index 329a9ce..0290edf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# docker-template +# template-docker ## Overview @@ -253,7 +253,7 @@ see [Environment Variables](https://github.com/Senzing/knowledge-base/blob/maste ```console export GIT_ACCOUNT=senzing - export GIT_REPOSITORY=docker-template + export GIT_REPOSITORY=template-docker export GIT_ACCOUNT_DIR=~/${GIT_ACCOUNT}.git export GIT_REPOSITORY_DIR="${GIT_ACCOUNT_DIR}/${GIT_REPOSITORY}" ``` @@ -267,7 +267,7 @@ see [Environment Variables](https://github.com/Senzing/knowledge-base/blob/maste ```console sudo docker build \ --tag senzing/template \ - https://github.com/senzing/docker-template.git + https://github.com/senzing/template-docker.git ``` 1. **Option #2:** Using `docker` command and local repository. diff --git a/docs/README.md b/docs/README.md index 50906f3..099798e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ -# docker-template +# template-docker Placeholder for [GitHub pages](https://pages.github.com/). -See [https://senzing.github.io/docker-template](https://senzing.github.io/docker-template). \ No newline at end of file +See [https://senzing.github.io/template-docker](https://senzing.github.io/template-docker). \ No newline at end of file diff --git a/docs/best-practices.md b/docs/best-practices.md index b2ae6a3..bea3c23 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md @@ -45,5 +45,5 @@ 1. Change following value to appropriate Git repository name. ```markdown - export GIT_REPOSITORY=docker-template + export GIT_REPOSITORY=template-docker ```