Skip to content

Commit c43c784

Browse files
committed
fixed typos in docker commands (2)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 7700cfe commit c43c784

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

examples/as_app/skeleton/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ help:
99
@echo " "
1010
@echo " build-push build image and upload to ghcr.io"
1111
@echo " "
12-
@echo " deploy deploy Skeleton to registered 'docker_dev'"
12+
@echo " deploy28 deploy Skeleton to registered 'docker_dev' for Nextcloud 28"
13+
@echo " deploy27 deploy Skeleton to registered 'docker_dev' for Nextcloud 27"
1314
@echo " "
1415
@echo " run28 install Skeleton for Nextcloud 28"
1516
@echo " run27 install Skeleton for Nextcloud 27"
1617
@echo " "
1718
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
18-
@echo " First run 'Skeleton' and then 'make manual_register', after that you can use/debug/develop it and easy test."
19+
@echo " First run 'Skeleton' and then 'make registerXX', after that you can use/debug/develop it and easy test."
1920
@echo " "
20-
@echo " manual_register perform registration of running Skeleton into the 'manual_install' deploy daemon."
21+
@echo " register28 perform registration of running Skeleton into the 'manual_install' deploy daemon."
22+
@echo " register27 perform registration of running Skeleton into the 'manual_install' deploy daemon."
2123

2224
.PHONY: build-push
2325
build-push:

examples/as_app/talk_bot/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ help:
99
@echo " "
1010
@echo " build-push build image and upload to ghcr.io"
1111
@echo " "
12-
@echo " deploy deploy example to registered 'docker_dev'"
12+
@echo " deploy28 deploy example to registered 'docker_dev' for Nextcloud 28"
13+
@echo " deploy27 deploy example to registered 'docker_dev' for Nextcloud 27"
1314
@echo " "
1415
@echo " run28 install TalkBot for Nextcloud 28"
1516
@echo " run27 install TalkBot for Nextcloud 27"
1617
@echo " "
1718
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
18-
@echo " First run 'TalkBot' and then 'make manual_register', after that you can use/debug/develop it and easy test."
19+
@echo " First run 'TalkBot' and then 'make registerXX', after that you can use/debug/develop it and easy test."
1920
@echo " "
20-
@echo " manual_register perform registration of running 'TalkBot' into the 'manual_install' deploy daemon."
21+
@echo " register28 perform registration of running 'TalkBot' into the 'manual_install' deploy daemon."
22+
@echo " register27 perform registration of running 'TalkBot' into the 'manual_install' deploy daemon."
2123

2224
.PHONY: build-push
2325
build-push:

examples/as_app/talk_bot_ai/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ help:
99
@echo " "
1010
@echo " build-push build image and upload to ghcr.io"
1111
@echo " "
12-
@echo " deploy deploy example to registered 'docker_dev'"
12+
@echo " deploy28 deploy example to registered 'docker_dev' for Nextcloud 28"
13+
@echo " deploy27 deploy example to registered 'docker_dev' for Nextcloud 27"
1314
@echo " "
1415
@echo " run28 install TalkBotAI for Nextcloud 28"
1516
@echo " run27 install TalkBotAI for Nextcloud 27"
1617
@echo " "
1718
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
18-
@echo " First run 'TalkBotAI' and then 'make manual_register', after that you can use/debug/develop it and easy test."
19+
@echo " First run 'TalkBotAI' and then 'make registerXX', after that you can use/debug/develop it and easy test."
1920
@echo " "
20-
@echo " manual_register28 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
21-
@echo " manual_register27 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
21+
@echo " register28 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
22+
@echo " register27 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
2223

2324
.PHONY: build-push
2425
build-push:

examples/as_app/to_gif/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ help:
99
@echo " "
1010
@echo " build-push build image and upload to ghcr.io"
1111
@echo " "
12-
@echo " deploy deploy example to registered 'docker_dev'"
12+
@echo " deploy28 deploy example to registered 'docker_dev' for Nextcloud 28"
13+
@echo " deploy27 deploy example to registered 'docker_dev' for Nextcloud 27"
1314
@echo " "
1415
@echo " run28 install ToGif for Nextcloud 28"
1516
@echo " run27 install ToGif for Nextcloud 27"
1617
@echo " "
1718
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
18-
@echo " First run 'ToGif' and then 'make manual_register', after that you can use/debug/develop it and easy test."
19+
@echo " First run 'ToGif' and then 'make registerXX', after that you can use/debug/develop it and easy test."
1920
@echo " "
20-
@echo " manual_register28 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
21-
@echo " manual_register27 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
21+
@echo " register28 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
22+
@echo " register27 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
2223

2324
.PHONY: build-push
2425
build-push:

0 commit comments

Comments
 (0)