einhornimmond d33962736d translate german html encoded error messages to english and use gettext for automatic translation
- translate german error messages for password validation into english
- update LOCAL files with the german password validation error messages
- update all calls to pwdValidation, adding LanguageCatalog, create if not exist
- change filename of UpdateUserPasswordPage to UserUpdatePasswordPage to have the same filename as the class name and the cpsp file name
2021-05-18 12:27:07 +02:00
2021-05-14 16:42:28 +02:00
2021-03-30 12:32:27 +02:00
2021-02-22 23:07:10 +01:00
2021-05-13 14:38:30 +02:00
2021-04-28 15:37:23 +02:00
2021-03-30 17:03:21 +02:00
2021-04-27 11:04:04 +02:00
2021-05-14 16:42:28 +02:00
2021-05-14 16:42:28 +02:00
2021-02-24 19:45:44 +01:00
2021-03-13 17:35:16 +01:00

Gradido

Healthy money for a healthy world

logo

The Gradido model can create global prosperity and peace The Corona crisis has fundamentally changed our world within a very short time. The dominant financial system threatens to fail around the globe, followed by mass insolvencies, record unemployment and abject poverty. Only with a sustainable new monetary system can humanity master these challenges of the 21st century. The Gradido Academy for Bionic Economy has developed such a system.

Software requirements

Currently we only support docker as environment to run all services, since many different programming languages and frameworks are used.

How to run?

  1. Clone the repo and pull all submodules
git clone git@github.com:gradido/gradido.git
git submodule update --recursive --init
  1. Run docker compose

    1. Run docker compose for the debug build
    docker-compose up
    
    1. Or run docker compose in production build
    docker-compose -f docker-compose.yml up
    
Description
Gradido as Software
Readme Apache-2.0 96 MiB
Languages
TypeScript 48.5%
Vue 24.6%
JavaScript 23.2%
Dockerfile 1.3%
Shell 1.1%
Other 1.3%