Skip to content

Commit

Permalink
fixed typos in docker commands (2)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 23, 2023
1 parent 7700cfe commit c43c784
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
8 changes: 5 additions & 3 deletions examples/as_app/skeleton/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ help:
@echo " "
@echo " build-push build image and upload to ghcr.io"
@echo " "
@echo " deploy deploy Skeleton to registered 'docker_dev'"
@echo " deploy28 deploy Skeleton to registered 'docker_dev' for Nextcloud 28"
@echo " deploy27 deploy Skeleton to registered 'docker_dev' for Nextcloud 27"
@echo " "
@echo " run28 install Skeleton for Nextcloud 28"
@echo " run27 install Skeleton for Nextcloud 27"
@echo " "
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
@echo " First run 'Skeleton' and then 'make manual_register', after that you can use/debug/develop it and easy test."
@echo " First run 'Skeleton' and then 'make registerXX', after that you can use/debug/develop it and easy test."
@echo " "
@echo " manual_register perform registration of running Skeleton into the 'manual_install' deploy daemon."
@echo " register28 perform registration of running Skeleton into the 'manual_install' deploy daemon."
@echo " register27 perform registration of running Skeleton into the 'manual_install' deploy daemon."

.PHONY: build-push
build-push:
Expand Down
8 changes: 5 additions & 3 deletions examples/as_app/talk_bot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ help:
@echo " "
@echo " build-push build image and upload to ghcr.io"
@echo " "
@echo " deploy deploy example to registered 'docker_dev'"
@echo " deploy28 deploy example to registered 'docker_dev' for Nextcloud 28"
@echo " deploy27 deploy example to registered 'docker_dev' for Nextcloud 27"
@echo " "
@echo " run28 install TalkBot for Nextcloud 28"
@echo " run27 install TalkBot for Nextcloud 27"
@echo " "
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
@echo " First run 'TalkBot' and then 'make manual_register', after that you can use/debug/develop it and easy test."
@echo " First run 'TalkBot' and then 'make registerXX', after that you can use/debug/develop it and easy test."
@echo " "
@echo " manual_register perform registration of running 'TalkBot' into the 'manual_install' deploy daemon."
@echo " register28 perform registration of running 'TalkBot' into the 'manual_install' deploy daemon."
@echo " register27 perform registration of running 'TalkBot' into the 'manual_install' deploy daemon."

.PHONY: build-push
build-push:
Expand Down
9 changes: 5 additions & 4 deletions examples/as_app/talk_bot_ai/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ help:
@echo " "
@echo " build-push build image and upload to ghcr.io"
@echo " "
@echo " deploy deploy example to registered 'docker_dev'"
@echo " deploy28 deploy example to registered 'docker_dev' for Nextcloud 28"
@echo " deploy27 deploy example to registered 'docker_dev' for Nextcloud 27"
@echo " "
@echo " run28 install TalkBotAI for Nextcloud 28"
@echo " run27 install TalkBotAI for Nextcloud 27"
@echo " "
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
@echo " First run 'TalkBotAI' and then 'make manual_register', after that you can use/debug/develop it and easy test."
@echo " First run 'TalkBotAI' and then 'make registerXX', after that you can use/debug/develop it and easy test."
@echo " "
@echo " manual_register28 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
@echo " manual_register27 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
@echo " register28 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."
@echo " register27 perform registration of running 'TalkBotAI' into the 'manual_install' deploy daemon."

.PHONY: build-push
build-push:
Expand Down
9 changes: 5 additions & 4 deletions examples/as_app/to_gif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ help:
@echo " "
@echo " build-push build image and upload to ghcr.io"
@echo " "
@echo " deploy deploy example to registered 'docker_dev'"
@echo " deploy28 deploy example to registered 'docker_dev' for Nextcloud 28"
@echo " deploy27 deploy example to registered 'docker_dev' for Nextcloud 27"
@echo " "
@echo " run28 install ToGif for Nextcloud 28"
@echo " run27 install ToGif for Nextcloud 27"
@echo " "
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
@echo " First run 'ToGif' and then 'make manual_register', after that you can use/debug/develop it and easy test."
@echo " First run 'ToGif' and then 'make registerXX', after that you can use/debug/develop it and easy test."
@echo " "
@echo " manual_register28 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
@echo " manual_register27 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
@echo " register28 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."
@echo " register27 perform registration of running 'to_gif' into the 'manual_install' deploy daemon."

.PHONY: build-push
build-push:
Expand Down

0 comments on commit c43c784

Please sign in to comment.