Skip to content

STARIONGROUP/EcoreNetto.Website

EcoreNetto

Introduction

This repository contains the source code for the ecorenetto website. This is a server-side Blazor application using Radzen

Build and Deploy using Docker

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 with docker run -p 5000:5000 --name ecorenetto-website stariongroup/ecorenetto-website:latest
  • docker-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

Code Quality

Quality Gate Status Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Build Status

GitHub actions are used to build and test the EcoreNetto.Website

Branch Build Status
Master Build Status
Development Build Status

License

The EcoreNetto.Website is licensed under the Apache License 2.0.

Contributions

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.

Contribution guidelines for this project

About

The ECoreNetto website hosted at ecorenetto.org

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published