From 7d8875139136c65b2fb4b45dc8eb9da050810728 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 2 Feb 2021 03:51:51 -0500 Subject: [PATCH] [ADD] makefile add template demo portal --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile b/Makefile index 5584d70..49c6e92 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,17 @@ addons_uninstall_code_generator_demo: .PHONY: addons_reinstall_code_generator_demo addons_reinstall_code_generator_demo: addons_uninstall_code_generator_demo addons_install_code_generator_demo +.PHONY: addons_install_code_generator_template_demo_portal +addons_install_code_generator_template_demo_portal: + ./run.sh --no-http --stop-after-init -d code_generator -i code_generator_template_demo_portal + +.PHONY: addons_uninstall_code_generator_template_demo_portal +addons_uninstall_code_generator_template_demo_portal: + ./run.sh --no-http --stop-after-init -d code_generator --uninstall code_generator_template_demo_portal + +.PHONY: addons_reinstall_code_generator_template_demo_portal +addons_reinstall_code_generator_template_demo_portal: addons_uninstall_code_generator_template_demo_portal addons_install_code_generator_template_demo_portal + .PHONY: addons_install_code_generator_demo_portal addons_install_code_generator_demo_portal: ./run.sh --no-http --stop-after-init -d code_generator -i code_generator_demo_portal -u code_generator_demo_portal