Skip to content

STARIONGROUP/EcoreNetto.Website

Repository files navigation

EcoreNetto

Introduction

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

Build and Deployment

Create Docker Container:

DOCKER_BUILDKIT=1 docker build -f Dockerfile -t stariongroup/ecorenetto-website:latest -t stariongroup/ecorenetto-website:x.y.x .

Run locally:

docker run -p 5000:5000 --name ecorenetto-website stariongroup/ecorenetto-website:latest

Use Docker Compose:

sudo docker-compose -f ecorenetto-docker-compose.yml up -d

with following docker file

version: "3.8"

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 [email protected]. You can find the CLA's in the CLA folder.

Contribution guidelines for this project