YJDH-Kesäseteli service for employers to fulfill employee applications
-
Run
yarnto install necessary packages -
Copy the contents of
.env.kesaseteli.exampleto.env.kesaseteliand modify it if needed. -
Run
yarn employeror, if you want to rebuild, thenyarn employer --build
- The Frontend is now running at localhost:3000
- The backend is now running at localhost:8000
- If services fail to get up,
yarn cleanordocker system prune --allmight help.
YJDH-Kesäseteli service for young people to send kesäseteli applications
-
Run
yarnto install necessary packages -
Copy the contents of
.env.kesaseteli.exampleto.env.kesaseteliand modify it if needed. -
Run
yarn youthor, if you want to rebuild, thenyarn youth --build
- The Frontend is now running at localhost:3100
- The backend is now running at localhost:8000
- If services fail to get up,
yarn cleanmight help.
YJDH-Kesäseteli service for young people to send kesäseteli applications
-
Run
yarnto install necessary packages -
Copy the contents of
.env.kesaseteli.exampleto.env.kesaseteliand modify it if needed. -
Run
yarn handleror, if you want to rebuild, thenyarn handler --build
- The Frontend is now running at localhost:3200
- The backend is now running at localhost:8000
- If services fail to get up,
yarn cleanmight help.
YJDH-Benefit
-
Run
yarnto install necessary packages -
Copy the contents of
.env.benefit-*.exampleto.env.benefit-*and modify them if needed. -
Run
yarn benefitor, if you want to rebuild, thenyarn benefit --build
- The Applicant Frontend is now running at localhost:3000
- The Handler Frontend is now running at localhost:3100
- The backend is now running at localhost:8000
YJDH-TET-Admin is a UI for Helsinki city employees to add TET job postings.
-
Run
yarnto install necessary packages -
Copy the contents of
.env.tet.exampleto.env.tetand modify it if needed. -
Run
yarn tet-adminor, if you want to rebuild, thenyarn tet-admin --build
- The Frontend is now running at localhost:3002
- The backend is now running at localhost:8000
- Run
yarn installandyarn prepareon project root - Try
git commit -m foo. It does not commit anything for real but pre-commit hook should be triggered.
-
If github action deploy fail with error like this in your pull-request:
Error: rendered manifests contain a resource that already exists. Unable to continue with install: Service "yjdh-135-send-localization-param-to-suomifi-yjdh-ks-service" in namespace "yjdh-yjdh-135-send-localization-param-to-suomifi-227" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "yjdh-135-send-localization-par-review-yjdh-ks-bknd": current value is "yjdh-135-send-localization-par-review-yjdh-ks-empl"
The reason is that your pr's branch name is too long. You have to rename it and create new pr. Instructions: https://stackoverflow.com/questions/30590083/how-do-i-rename-both-a-git-local-and-remote-branch-name