Skip to content
Snippets Groups Projects
Commit 5d104ba3 authored by sveseli's avatar sveseli
Browse files

makefile changes for processing web service

parent 6ed6d94c
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ TOP = .
SUBDIRS = src
.PHONY: support dev-config
.PHONY: db backup deploy-web-portal undeploy-web-portal deploy-ds-web-service undeploy-ds-web-service deploy-daq-web-service undeploy-daq-web-service deploy-cat-web-service undeploy-cat-web-service
.PHONY: db-dev backup-dev deploy-web-portal-dev undeploy-web-portal-dev deploy-ds-web-service-dev undeploy-ds-web-service-dev deploy-daq-web-service-dev undeploy-daq-web-service-dev deploy-cat-web-service-dev undeploy-cat-web-service-dev
.PHONY: db backup deploy-web-portal undeploy-web-portal deploy-ds-web-service undeploy-ds-web-service deploy-daq-web-service undeploy-daq-web-service deploy-cat-web-service undeploy-cat-web-service deploy-proc-web-service undeploy-proc-web-service
.PHONY: db-dev backup-dev deploy-web-portal-dev undeploy-web-portal-dev deploy-ds-web-service-dev undeploy-ds-web-service-dev deploy-daq-web-service-dev undeploy-daq-web-service-dev deploy-proc-web-service-dev undeploy-proc-web-service-dev
default:
......@@ -45,6 +45,9 @@ deploy-daq-web-service:
deploy-cat-web-service:
$(TOP)/sbin/dm_deploy_cat_web_service.sh
deploy-proc-web-service:
$(TOP)/sbin/dm_deploy_proc_web_service.sh
unconfigure-web-portal:
$(TOP)/sbin/dm_unconfigure_web_portal.sh
......@@ -60,6 +63,9 @@ undeploy-daq-web-service:
undeploy-cat-web-service:
$(TOP)/sbin/dm_undeploy_cat_web_service.sh
undeploy-proc-web-service:
$(TOP)/sbin/dm_undeploy_proc_web_service.sh
db-dev:
$(TOP)/sbin/dm_create_db.sh dm_dev
......@@ -84,6 +90,9 @@ deploy-daq-web-service-dev:
deploy-cat-web-service-dev:
$(TOP)/sbin/dm_deploy_cat_web_service.sh dm_dev
deploy-proc-web-service-dev:
$(TOP)/sbin/dm_deploy_proc_web_service.sh dm_dev
unconfigure-web-portal-dev:
$(TOP)/sbin/dm_unconfigure_web_portal.sh dm_dev
......@@ -99,5 +108,8 @@ undeploy-daq-web-service-dev:
undeploy-cat-web-service-dev:
$(TOP)/sbin/dm_undeploy_cat_web_service.sh dm_dev
undeploy-proc-web-service-dev:
$(TOP)/sbin/dm_undeploy_proc_web_service.sh dm_dev
include $(TOP)/tools/make/RULES_DM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment