Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Installer] Enhance Multiple PHP Versions Installation #94

Closed
joglomedia opened this issue Aug 13, 2021 · 0 comments
Closed

[Installer] Enhance Multiple PHP Versions Installation #94

joglomedia opened this issue Aug 13, 2021 · 0 comments
Assignees

Comments

@joglomedia
Copy link
Owner

joglomedia commented Aug 13, 2021

Enhancing multiple PHP versions installation and removal process.

There are currently 3 methods available to install PHP using LEMPer Stack installer

  1. Automatic installation (unattended install) which all parameters pre-configured on .env config file, done via default LEMPer installation ./install.sh with AUTO_INSTALL parameter set to true.
  2. Manual installation (interactive mode) which all parameters depend on user supplied value during installation process, done via default LEMPer installation ./install.sh with AUTO_INSTALL parameter set to false.
  3. Manual installation (cli mode) which all parameters passed via cli argument, done via separately script execution ./scripts/install_php.sh with cli argument --php-version passed multiple times, e.g. ./scripts/install_php.sh --php-version=7.4 --php-version=8.0

Since our script by default pre-loaded all parameters from .env config file including PHP versions defined as PHP_VERSIONS, by using method 2 and 3 should also include those predefined versions.

@joglomedia joglomedia self-assigned this Aug 13, 2021
@joglomedia joglomedia changed the title Enhance Multiple PHP Versions Installation [Installer] Enhance Multiple PHP Versions Installation Sep 8, 2021
joglomedia added a commit that referenced this issue Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant