mirror of https://github.com/veops/cmdb.git
285 B
285 B
Install by Docker
- Prepare: install docker and docker-compose
- In directory cmdb
docker-compose up -d
- View: http://127.0.0.1:8000
Environment and dependency
- database: mysql
- cache: redis
- python: python2.7, >=python3.6