Skip to content

Commit

Permalink
Revert "Port documentation from release-v0.2 to feature/distributed d…
Browse files Browse the repository at this point in the history
…emo (#94)"

This reverts commit 9f8d5dd.
  • Loading branch information
prasadtalasila authored Sep 8, 2023
1 parent 9f8d5dd commit 339458c
Show file tree
Hide file tree
Showing 57 changed files with 501 additions and 1,314 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: Tiryoh/actions-mkdocs@v0
with:
mkdocs_version: 'latest'
requirements: 'docs/requirements-github.txt'
configfile: 'mkdocs-github.yml'
requirements: 'docs/requirements.txt'
configfile: 'mkdocs.yml'


- name: show contents of compiled docs
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,13 @@ The rest of the information on this page is aimed at current and potential contr
To install the development environment, run

```bash
bash script/env.sh
bash script/install.bash
```

There is a script to download all the docker containers used in the project. You can download them using

```bash
bash script/docker.sh
```

**CAVEAT**: The docker images are large and are likely to consume about 5GB of bandwidth and 15GB of space. You will have to download the docker images on a really good network.

Before you make commits, please install the git hooks provided in the repository.

```bash
bash script/configure-git-hooks.sh
```shell
script/configure-git-hooks.sh
```

This will ensure that your commits are formatted correctly and that the unittests pass before you push your changes. Be aware that the tests take a long time to run. If you want to skip the tests or formatting, you can use the `--no-verify` flag on `git commit` or `git push`.
Expand Down
8 changes: 0 additions & 8 deletions STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@
[![Client CI](https://github.com/into-cps-association/dtaas/actions/workflows/client.yml/badge.svg)](https://github.com/into-cps-association/dtaas/actions/workflows/client.yml/badge.svg)

[![Server CI](https://github.com/into-cps-association/dtaas/actions/workflows/server.yml/badge.svg)](https://github.com/into-cps-association/dtaas/actions/workflows/server.yml/badge.svg)

[![Contributors](https://img.shields.io/github/contributors/INTO-CPS-Association/DTaaS)](https://github.com/INTO-CPS-Association/DTaaS/graphs/contributors)

[![Latest Commit](https://img.shields.io/github/last-commit/INTO-CPS-Association/DTaaS)](https://github.com/INTO-CPS-Association/DTaaS/commits/feature/distributed-demo)

[![INTO-CPS Association](https://img.shields.io/badge/INTO_CPS_Association-white)](https://into-cps.org/)


4 changes: 2 additions & 2 deletions client/config/prod.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.env = {
REACT_APP_ENVIRONMENT: 'prod',
REACT_APP_ENVIRONMENT: 'dev',
REACT_APP_URL: 'https://foo.com/',
REACT_APP_URL_BASENAME: 'dtaas',
REACT_APP_URL_DTLINK: '/lab',
Expand All @@ -15,4 +15,4 @@ window.env = {
REACT_APP_REDIRECT_URI: 'https://foo.com/Library',
REACT_APP_LOGOUT_REDIRECT_URI: 'https://foo.com/',
REACT_APP_GITLAB_SCOPES: 'openid profile read_user read_repository api',
};
};
93 changes: 0 additions & 93 deletions deploy/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions deploy/config/client/env.js

This file was deleted.

1 change: 0 additions & 1 deletion deploy/config/gateway/auth

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/config/lib

This file was deleted.

22 changes: 0 additions & 22 deletions deploy/create-cronjob.sh

This file was deleted.

25 changes: 0 additions & 25 deletions deploy/cron.sh

This file was deleted.

94 changes: 0 additions & 94 deletions deploy/install.sh

This file was deleted.

Loading

0 comments on commit 339458c

Please sign in to comment.