This repository contains the source code for the ecorenetto website. This is a server-side Blazor application using Radzen
The EcoreNetto website is built using docker and the result is a Docker container ready to be deployed (or pushed to Docker Hub). The Docker file is located in the root folder.
Two scripts are provided to create a docker image:
docker-build-local.sh: creates an image that can be run locally withdocker run -p 5000:5000 --name ecorenetto-website stariongroup/ecorenetto-website:latestdocker-build-attested.sh: creates an image that is attested and includes an SBOM. This is immediately pushed to docker hub
both scripts need to be run from a linux command line (like the console in GitExtensions)
Use Docker Compose:
sudo docker-compose -f ecorenetto-docker-compose.yml up -d
with following docker file
services:
ecorenetto-website:
image: index.docker.io/stariongroup/ecorenetto-website:latest
ports:
- 80:80
GitHub actions are used to build and test the EcoreNetto.Website
| Branch | Build Status |
|---|---|
| Master | |
| Development |
The EcoreNetto.Website is licensed under the Apache License 2.0.
Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.
