mirror of
https://github.com/veops/cmdb.git
synced 2025-08-10 18:09:44 +08:00
前后端全面升级
This commit is contained in:
12
docs/docker_en.md
Normal file
12
docs/docker_en.md
Normal file
@@ -0,0 +1,12 @@
|
||||
### 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
|
Reference in New Issue
Block a user