mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 22:17:37 +08:00
前后端全面升级
This commit is contained in:
16
docs/makefile_en.md
Normal file
16
docs/makefile_en.md
Normal file
@@ -0,0 +1,16 @@
|
||||
### Install by Makefile
|
||||
- Start mysql,redis
|
||||
- Create mysql database: cmdb
|
||||
- Pull code
|
||||
```bash
|
||||
git clone https://github.com/veops/cmdb.git
|
||||
cd cmdb
|
||||
cp cmdb-api/settings.example.py cmdb-api/settings.py
|
||||
```
|
||||
**set database in config file cmdb-api/settings.py**
|
||||
|
||||
- In cmdb directory,start in order as follows:
|
||||
- enviroment: ```make env```
|
||||
- start API: ```make api```
|
||||
- start UI: ```make ui```
|
||||
- start worker: ```make worker```
|
Reference in New Issue
Block a user