minvws / nl-uzi-yivi-disclosure-web

Repo nl-uzi-yivi-disclosure-web for minvws

Home Page:https://irealisatie.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction: This yivi-disclosure repository is the frontend for disclosing Yivi attributes. For additional information about the uzi project, check the coordination repo at https://github.com/minvws/nl-rdo-uzi-coordination Make

Get up and running: The easiest way to get the uzi project running is to run the "make setup" command from the coordination repository. This will automatically run the "make setup" of all project. You also have the option to run "make setup" command manually for each project.

Manual setup of this project

  1. Set the npm token if you haven't done this already
TOKEN ?= $(shell bash -c 'read -p "github_token: " github_token; echo $$github_token')
echo "//npm.pkg.github.com/:_authToken=$(TOKEN)"  >> ~/.npmrc
  1. Run make setup
  2. Run make run to start the php application

Additional Information:

  • All functionality of this client will only work if all other uzi projects are also running including the docker environments.

Conclusion: After the configurations above all functionality should be working and without changing configuration your client website should be available on localhost:8000.

Technical overview

UZI-inlogmiddelen flows-combination-flow-diagram

Certificates

  • Check the coordination repo for needed certificates and how to configure them. Note: the make setup command in the coordination repo should do this automatically

About

Repo nl-uzi-yivi-disclosure-web for minvws

https://irealisatie.nl


Languages

Language:PHP 78.8%Language:Blade 15.5%Language:JavaScript 2.1%Language:SCSS 2.0%Language:Shell 1.5%Language:Makefile 0.2%