Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:47:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:15:30.652Z (7 months ago)
- Topics: codes, i18n, l10n, texts, translation
- Language: Java
- Homepage:
- Size: 4.33 MB
- Stars: 3
- Watchers: 17
- Forks: 0
- Open Issues: 39
-
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
[![Build State](https://github.com/baloise/codes-and-texts/workflows/CI/badge.svg)](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)