Skip to content
Snippets Groups Projects
Commit f64edc53 authored by jmo's avatar jmo
Browse files

README

parent e2599662
No related branches found
No related tags found
No related merge requests found
Her ligger vår api kode :)))))))))))
### Platform for secure data management
This is a platform hosted on NTNU Gjøviks SkyHiGh cloud. The platform consists of an API which students and researchers can use to create private secure network for their data. This data will not be available for download, however it can be interacted with on the Windows 10 workstations that are available.
### Running the API
The API is ran in a docker container alongside other containers that its dependant on. To create these containers:
- Download the service user key from https://skyhigh.iik.ntnu.no/ and place it in the /creds folder
- source the file:
```
. ./creds/<file>
```
- Run the following command
```
cd orchestrationapi/docker/
```
- Run the following command
```
docker compose up -d
```
- Run the following command
```
cd logger/
```
- Run the following command
```
docker compose up -d
```
- The website will now be available on port 80, and the API is available on port 8080.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment