https://github.com/baloise/codes-and-texts
Project to replace the old CuT
https://github.com/baloise/codes-and-texts
codes i18n l10n texts translation
Last synced: 19 days ago
JSON representation
Project to replace the old CuT
- Host: GitHub
- URL: https://github.com/baloise/codes-and-texts
- Owner: baloise
- License: apache-2.0
- Created: 2019-10-07T12:10:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T07:01:32.000Z (over 1 year ago)
- Last Synced: 2024-11-09T08:36:07.205Z (over 1 year ago)
- Topics: codes, i18n, l10n, texts, translation
- Language: Java
- Homepage:
- Size: 3.91 MB
- Stars: 3
- Watchers: 15
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS.md
Awesome Lists containing this project
README
[](https://github.com/baloise/codes-and-texts/actions)
# Codes and Texts
Project to replace the old Baloise [**CuT**](https://translate.google.com/?op=translate&sl=de&tl=en&text=Codes%20und%20Texte "'Codes und Texte'") application.
## Local Setup for postgres running in docker
* Setup Database
```
docker run --name postgres_cat -e POSTGRES_DB=cat -e POSTGRES_USER=cat -e POSTGRES_PASSWORD=cat -d -p 5433:5432 postgres:12-alpine
```
* Execute server to create tables & views over flyway
* Import data (data.zip)
# Getting Started
## Start Server
```shell script
cd cat-server
mvn spring-boot:run -Dspring-boot.run.profiles=dev
```
running on port 8088
## Start Vaadin Client
```shell script
cd cat-vaadin-client
mvn spring-boot:run
```
running on port 8080
## Start Generator
todo
## OpenShift Environment
[Codes and Texts Deployments](https://github.com/baloise-incubator/codes-and-texts-deployment)