Skip to content

Commit

Permalink
dim-web - remove old files (#46)
Browse files Browse the repository at this point in the history
The requirements.txt is not necessary anymore, as the build process is
done through the setup.py in the dim-web directory.

It caused some error messages of old dependencies, even when not used.
  • Loading branch information
Srudush authored Feb 2, 2021
1 parent 741e2fe commit 4705e19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 66 deletions.
11 changes: 11 additions & 0 deletions dim-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ npm test
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

## install cas handler

To install the cas handler, install the python module.

```
pip install ./
```

Copy `cas/config.py.example` to `config.py` or `/etc/dim/cas.cfg` and edit the
variables.
46 changes: 0 additions & 46 deletions dim-web/cas/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions dim-web/cas/requirements.txt

This file was deleted.

0 comments on commit 4705e19

Please sign in to comment.