We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466dbca commit fa971dcCopy full SHA for fa971dc
Makefile
@@ -18,16 +18,16 @@ help:
18
@echo " docker-stop Stop and clear all services"
19
@echo " gen-certs Generate SSL certificates"
20
@echo " logs Follow log output"
21
- @echo " mysql-dump Create backup of whole database"
22
- @echo " mysql-restore Restore backup from whole database"
+ @echo " mysql-dump Create backup of all databases"
+ @echo " mysql-restore Restore backup of all databases"
23
@echo " phpmd Analyse the API with PHP Mess Detector"
24
@echo " test Test application"
25
26
init:
27
@$(shell cp -n $(shell pwd)/web/app/composer.json.dist $(shell pwd)/web/app/composer.json 2> /dev/null)
28
29
apidoc:
30
- @docker-compose exec -T php ./app/vendor/bin/apigen generate app/src --destination app/doc
+ @docker-compose exec -T php php -d memory_limit=256M -d xdebug.profiler_enable=0 ./app/vendor/bin/apigen generate app/src --destination app/doc
31
@make resetOwner
32
33
clean:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments