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.