Skip to content

Commit

Permalink
Replaces git clone information with release package download
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Nov 10, 2024
1 parent f69328d commit 77d8dfd
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 38 deletions.
14 changes: 8 additions & 6 deletions docs/admin/gitlab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ This guide illustrates the installation of Gitlab at:
<http:>foo.com/gitlab</http>. But the instructions can be
adapted to install Gitlab at a dedicated domain name.

## Configure and Install
## Download Release Package

The software is available for as
[zip package](https://github.com/INTO-CPS-Association/DTaaS/releases/download/v0.6.0/DTaaS-v0.6.0.zip).
Please download and unzip the same. A new **DTaaS-v0.6.0** folder gets created.
The rest of the installation instructions assume that you are using
Windows/Linux/MacOS terminal in **DTaaS-v0.6.0** folder.

If you have not cloned the DTaaS git repository, cloning would be
the first step.
In case you already have the codebase, you can skip the cloning step.
To clone, do:
## Configure and Install

```bash
git clone https://github.com/into-cps-association/DTaaS.git
cd DTaaS/deploy/services/gitlab
```

Expand Down
12 changes: 6 additions & 6 deletions docs/admin/guides/localhost_portainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ The installation requirements to run this docker version of the DTaaS are:
the [client docs](../client/auth.md).
<!-- markdownlint-enable MD046 -->

## Clone Codebase
## Download Release Package

If you have not cloned the DTaaS git repository, cloning would be
the first step.
In case you already have the codebase, you can skip the cloning step.
To clone, do:
The software is available for as
[zip package](https://github.com/INTO-CPS-Association/DTaaS/releases/download/v0.6.0/DTaaS-v0.6.0.zip).
Please download and unzip the same. A new **DTaaS-v0.6.0** folder gets created.
The rest of the installation instructions assume that you are using
Windows/Linux/MacOS terminal in **DTaaS-v0.6.0** folder.

```bash
git clone https://github.com/into-cps-association/DTaaS.git
cd DTaaS/deploy/services/gitlab
```

Expand Down
11 changes: 6 additions & 5 deletions docs/admin/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ Please see
[gitlab oauth provider](https://docs.gitlab.com/ee/integration/oauth_provider.html)
documentation for further help with creating these two OAuth applications.

## Clone Codebase
## Download Release Package

```bash
git clone https://github.com/INTO-CPS-Association/DTaaS.git
cd DTaaS
```
The software is available for as
[zip package](https://github.com/INTO-CPS-Association/DTaaS/releases/download/v0.6.0/DTaaS-v0.6.0.zip).
Please download and unzip the same. A new **DTaaS-v0.6.0** folder gets created.
The rest of the installation instructions assume that you are using
Windows/Linux/MacOS terminal in **DTaaS-v0.6.0** folder.

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
Expand Down
11 changes: 6 additions & 5 deletions docs/admin/localhost-secure.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ The installation requirements to run this docker version of the DTaaS are:
- docker desktop / docker CLI with compose plugin
- [mkcert](https://github.com/FiloSottile/mkcert)

## Clone Codebase
## Download Release Package

```bash
git clone https://github.com/INTO-CPS-Association/DTaaS.git
cd DTaaS
```
The software is available for as
[zip package](https://github.com/INTO-CPS-Association/DTaaS/releases/download/v0.6.0/DTaaS-v0.6.0.zip).
Please download and unzip the same. A new **DTaaS-v0.6.0** folder gets created.
The rest of the installation instructions assume that you are using
Windows/Linux/MacOS terminal in **DTaaS-v0.6.0** folder.

:clipboard: file pathnames

Expand Down
11 changes: 6 additions & 5 deletions docs/admin/localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ The installation requirements to run this docker version of the DTaaS are:
the [client docs](client/auth.md).
<!-- markdownlint-enable MD046 -->

## Clone Codebase
## Download Release Package

```bash
git clone https://github.com/INTO-CPS-Association/DTaaS.git
cd DTaaS
```
The software is available for as
[zip package](https://github.com/INTO-CPS-Association/DTaaS/releases/download/v0.6.0/DTaaS-v0.6.0.zip).
Please download and unzip the same. A new **DTaaS-v0.6.0** folder gets created.
The rest of the installation instructions assume that you are using
Windows/Linux/MacOS terminal in **DTaaS-v0.6.0** folder.

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
Expand Down
18 changes: 7 additions & 11 deletions docs/admin/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,15 @@ configuration makes permits access to Grafana at URL: http(s): _foo.com/vis_.

## Configure and Install

If you have not cloned the DTaaS git repository, cloning would be
the first step.
In case you already have the codebase, you can skip the cloning step.
To clone, do:

```bash
git clone https://github.com/into-cps-association/DTaaS.git
cd DTaaS/deploy/services
```
The software is available for as
[zip package](https://github.com/INTO-CPS-Association/DTaaS/releases/download/v0.6.0/DTaaS-v0.6.0.zip).
Please download and unzip the same. A new **DTaaS-v0.6.0** folder gets created.
The rest of the installation instructions assume that you are using
Windows/Linux/MacOS terminal in **DTaaS-v0.6.0** folder.

The next step in installation is to specify the config of the services.
There are two configuration files. The __services.yml__ contains most
of configuration settings. The __mqtt-default.conf__ file contains
There are two configuration files. The `services.yml` contains most
of configuration settings. The `mqtt-default.conf` file contains
the MQTT listening port. Update these two config files before proceeding
with the installation of the services.

Expand Down

0 comments on commit 77d8dfd

Please sign in to comment.