mirror of
				https://github.com/veops/cmdb.git
				synced 2025-11-01 03:49:31 +08:00 
			
		
		
		
	update cmdb_api.md
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -18,14 +18,14 @@ env: | ||||
| deps: | ||||
| 	pipenv install --dev && \ | ||||
| 	pipenv run flask db-setup && \ | ||||
| 	pipenv run flask init-cache && \ | ||||
| 	pipenv run flask cmdb-init-cache && \ | ||||
|     cd cmdb-ui && yarn install && cd .. | ||||
|  | ||||
| api: | ||||
| 	cd cmdb-api && pipenv run flask run -h 0.0.0.0 | ||||
|  | ||||
| worker: | ||||
| 	cd cmdb-api && pipenv run celery worker -A celery_worker.celery -E -Q cmdb_async --concurrency=1 | ||||
| 	cd cmdb-api && pipenv run celery worker -A celery_worker.celery -E -Q one_cmdb_async --concurrency=1 -D && pipenv run celery worker -A celery_worker.celery -E -Q acl_async --concurrency=1 -D | ||||
|  | ||||
| ui: | ||||
| 	cd cmdb-ui && yarn run serve | ||||
|   | ||||
| @@ -59,7 +59,7 @@ | ||||
|  | ||||
| ### 更多功能 | ||||
|  | ||||
| > 也欢迎移步[维易科技官网](https://www.veops.cn),发现更多免费运维系统。 | ||||
| > 也欢迎移步[维易科技官网](https://veops.cn),发现更多免费运维系统。 | ||||
|  | ||||
| ## 接入公司 | ||||
|  | ||||
|   | ||||
							
								
								
									
										1044
									
								
								docs/cmdb_api.md
									
									
									
									
									
								
							
							
						
						
									
										1044
									
								
								docs/cmdb_api.md
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user