https://ralph-ng.readthedocs.io/
Ralph es un sistema de gestión de activos, DCIM y CMDB simple pero potente para centros de datos y back office.
Características:
- realizar un seguimiento de las compras de activos y su ciclo de vida
- sistema de flujo flexible para el ciclo de vida de los activos
- centro de datos y soporte de back office
- Visualización dc incorporada
Ralph en Docker
|
|
Compose
https://ralph-ng.readthedocs.io/en/stable/
Install
Install docker and docker-compose first.
Create compose configuration
Copy docker-compose.yml.tmpl outside ralph sources to docker-compose.yml and tweak it.
Build
Then build ralph:
|
|
To initialize database run:
|
|
Notice that this command should be executed only once, at the very beginning.
If you need to populate Ralph with some demonstration data run:
|
|
Run ralph at the end:
|
|
Ralph should be accessible at http://127.0.0.1 (or if you are using boot2docker at $(boot2docker ip)). Documentation is available at http://127.0.0.1/docs.
If you are upgrading ralph image (source code) run:
|
|