mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
1.2 KiB
1.2 KiB
Gradido
Healthy money for a healthy world
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?
- Clone the repo and pull all submodules
git clone git@github.com:gradido/gradido.git
git submodule update --recursive --init
2.1 Run docker compose for the debug build
docker-compose up
2.2 Or run docker compose in production build
docker-compose -f docker-compose.yml up
