https://github.com/maif/nio
Privacy Management Toolbox to implement GDPR
https://github.com/maif/nio
gdpr privacy privacy-management-toolbox rgpd
Last synced: about 2 months ago
JSON representation
Privacy Management Toolbox to implement GDPR
- Host: GitHub
- URL: https://github.com/maif/nio
- Owner: MAIF
- License: apache-2.0
- Created: 2018-05-22T13:02:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T10:02:07.000Z (5 months ago)
- Last Synced: 2025-03-28T07:51:14.802Z (2 months ago)
- Topics: gdpr, privacy, privacy-management-toolbox, rgpd
- Language: Scala
- Homepage: https://maif.github.io/nio/
- Size: 9.41 MB
- Stars: 36
- Watchers: 5
- Forks: 13
- Open Issues: 53
-
Metadata Files:
- Readme: readme-docker.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Docker container
## Build Nio docker image
Build a docker image of maif/nio
```sbtshell
./nio-script.sh build
```## Build Nio provider docker image
Build a docker image of mail/nio-provider
```sbtshell
./nio-script.sh buildProvider
```## Run Nio, Nio provider with Otoroshi
Run a docker-compose file to start Nio, Nio-provider, Otoroshi. This script use docker-compose.prod.yml.
```sbtshell
./nio-script.sh run
```## Clean Nio Build folder
```sbtshell
./nio-script.sh cleanBuild nio-build
```## Clean Nio run folder and docker
```sbtshell
./nio-script.sh cleanRun nio-run
```## Access to Nio
```sbtshell
http://nio.foo.bar:8889
```## Access to Nio Provider
```sbtshell
http://nio-provider.foo.bar:8889/web
```