Skip to content

Commit

Permalink
Changes the script download links
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Mar 5, 2024
1 parent ecfc3f5 commit bf079f0
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 152 deletions.
2 changes: 1 addition & 1 deletion docs/admin/localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for getting the Gitlab OAuth application details.
Run the following commands.

```bash
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/feature/distributed-demo/deploy/single-script-install.sh
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/release-v0.4/deploy/single-script-install.sh
bash single-script-install.sh --env local --username <username>
```

Expand Down
146 changes: 0 additions & 146 deletions docs/admin/servers/auth.md

This file was deleted.

Binary file removed docs/admin/servers/traefik-oauth.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/admin/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ To clone, do:

```bash
git clone https://github.com/into-cps-association/DTaaS.git
git checkout release-v0.4
cd DTaaS/deploy/services
```

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/trial.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for getting the Gitlab OAuth application details.
Run the following commands.

```bash
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/feature/distributed-demo/deploy/single-script-install.sh
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/release-v0.4/deploy/single-script-install.sh
bash single-script-install.sh --env trial --username <username>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/vagrant/single-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Set a cronjob inside the vagrant virtual
machine to remote the conflicting default route.

```bash
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/feature/distributed-demo/deploy/vagrant/route.sh
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/release-v0.4/deploy/vagrant/route.sh
sudo bash route.sh
```

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/vagrant/two-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Execute the following commands from terminal
```bash
vagrant up --provision dtaas
vagrant ssh dtaas
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/feature/distributed-demo/deploy/vagrant/route.sh
wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/release-v0.4/deploy/vagrant/route.sh
sudo bash route.sh
```

Expand Down
1 change: 0 additions & 1 deletion mkdocs-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ nav:
- Overview: admin/overview.md
- Authorization:
- Client: admin/client/auth.md
- Servers: admin/servers/auth.md
- Host Install:
- Localhost: admin/localhost.md
- Trial: admin/trial.md
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ nav:
- Overview: admin/overview.md
- Authorization:
- Client: admin/client/auth.md
- Servers: admin/servers/auth.md
- Host Install:
- Localhost: admin/localhost.md
- Trial: admin/trial.md
Expand Down

0 comments on commit bf079f0

Please sign in to comment.