|
### Install by Docker
|
|
- Prepare: install docker and docker-compose
|
|
- In directory cmdb
|
|
```
|
|
docker-compose up -d
|
|
```
|
|
- View: [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
|
|
|
### Environment and dependency
|
|
- database: mysql
|
|
- cache: redis
|
|
- python: python2.7, >=python3.6
|