From 397de2645d35470199518abf505d830055eba578 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Sep 2020 08:46:29 +0200 Subject: [PATCH] improve readme --- README.md | 12 +----------- install.sh | 2 -- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 77760b2..8acbeda 100755 --- a/README.md +++ b/README.md @@ -20,17 +20,7 @@ The last feature is the backend and documentation generation based on the DocBlo The build system will take care of most requirements, the following tools and commands have to be available on the system. -* Composer -* npm -* git -* wget -* curl -* grep -* xargs -* sed -* php -* php-dom -* php-xdebug + software-properties-common npm git php7.4 php7.4-dev php7.4-cli php7.4-common php7.4-mysql php7.4-pgsql php7.4-xdebug php7.4-json php7.4-opcache php7.4-pdo php7.4-sqlite php7.4-mbstring php7.4-curl php7.4-imap php7.4-bcmath php7.4-zip php7.4-dom php7.4-xml php7.4-phar php7.4-gd php-pear apache2 mysql-server postgresql postgresql-contrib vsftpd tesseract-ocr wget curl grep xarg sed composer ## Inspections diff --git a/install.sh b/install.sh index af52895..2547ed8 100755 --- a/install.sh +++ b/install.sh @@ -90,8 +90,6 @@ sudo apt-get install tesseract-ocr systemctl restart apache2 -php php-cs-fixer.phar fix phpOMS/ --rules='{"array_syntax": {"syntax": "short"}, "blank_line_after_namespace": true, "cast_spaces": {"space": "single"}, "combine_consecutive_issets": true, "compact_nullable_typehint": true, "declare_strict_types": true, "elseif": true, "encoding": true, "explicit_indirect_variable": true, "explicit_string_variable": true, "function_to_constant": true, "implode_call": true, "increment_style": {"style": "pre"}, "is_null": {"use_yoda_style": false}, "line_ending": true, "logical_operators": true, "lowercase_cast": true, "lowercase_constants": true, "lowercase_keywords": true, "modernize_types_casting": true, "native_constant_invocation": true, "native_function_casing": true, "native_function_invocation": true, "new_with_braces": true, "no_alias_functions": true, "no_closing_tag": true, "no_empty_comment": true, "no_empty_phpdoc": true, "no_empty_statement": true, "no_homoglyph_names": true, "no_mixed_echo_print": {"use": "echo"}, "no_php4_constructor": true, "no_singleline_whitespace_before_semicolons": true, "no_spaces_inside_parenthesis": true, "no_trailing_whitespace": true, "no_unneeded_final_method": true, "no_unused_imports": true, "no_useless_return": true, "no_whitespace_before_comma_in_array": true, "no_whitespace_in_blank_line": true, "non_printable_character": true, "ordered_imports": {"sort_algorithm": "alpha"}, "php_unit_construct": true, "php_unit_internal_class": true, "php_unit_ordered_covers": true, "php_unit_set_up_tear_down_visibility": true, "phpdoc_align": {"align": "vertical"}, "phpdoc_annotation_without_dot": true, "phpdoc_scalar": true, "phpdoc_trim_consecutive_blank_line_separation": true, "random_api_migration": true, "self_accessor": true, "set_type_to_cast": true, "short_scalar_cast": true, "single_blank_line_at_eof": true, "single_line_after_imports": true, "standardize_increment": true, "trailing_comma_in_multiline_array": true, "trim_array_spaces": true, "visibility_required": true, "void_return": true}' --allow-risky=yes - # consider: # "mb_str_functions": true, # "phpdoc_add_missing_param_annotation": true,