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

Need bitnami lamp 8.x linux AL2 installer #1589

Closed
dpoleni opened this issue Jul 9, 2024 · 5 comments
Closed

Need bitnami lamp 8.x linux AL2 installer #1589

dpoleni opened this issue Jul 9, 2024 · 5 comments
Assignees
Labels
how-to How to issues reported by users solved stale 15 days without activity triage Triage is needed

Comments

@dpoleni
Copy link

dpoleni commented Jul 9, 2024

Describe your issue as much as you can

Was looking for native installer to download, then came know that it was stopped. Please see if you can share lamp 8.2.19 installer download link for Linux as we have challenges at our environment to use vms or cloud ami. Thanks in advance.

@dpoleni dpoleni added the how-to How to issues reported by users label Jul 9, 2024
@github-actions github-actions bot added the triage Triage is needed label Jul 9, 2024
@florence0239
Copy link

florence0239 commented Jul 12, 2024

Was looking for native installer to download, then came know that it was stopped. Please see choiceadvantage if you can share lamp 8.2.19 installer download link for Linux as we have challenges at our environment to use vms or cloud ami. Thanks in advance.

Hello,
I understand that you’re looking for a native installer for LAMP 8.2.19 on Linux. Unfortunately, the Bitnami LAMP stack installer for version 8.x on Amazon Linux 2 (AL2) is no longer available. However, I can offer an alternative solution:

Manual Installation: You can manually set up the LAMP stack on your Linux environment. Here are the general steps:
Install Apache:
sudo apt update sudo apt install apache2

Install MySQL or MariaDB: Choose either MySQL or MariaDB (a drop-in replacement for MySQL):
`sudo apt install mysql-server

sudo apt install mariadb-serverInstall PHP:sudo apt install php libapache2-mod-php php-mysqlConfigure Apache and PHP: Adjust Apache settings and enable PHP:sudo a2enmod php
sudo systemctl restart apache2Test Your Setup: Create a PHP info file to verify that PHP is working:echo "" | sudo tee /var/www/html/info.php`
Open your browser and navigate to http://your_server_ip/info.php to see the PHP info page.

Hope this work for you.
Best regards,
florence023

@gongomgra
Copy link
Collaborator

Hi @dpoleni,

As mentioned in our blog and in your first message, we no longer generate local installers as part of our offering. According to our changelog, that version of PHP is pretty recent (it was released in May 2024), so we don't have any installer available for it. As an alternative you can use our virtual machine and/or our container images.

Copy link

github-actions bot commented Aug 1, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Aug 1, 2024
Copy link

github-actions bot commented Aug 7, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@github-actions github-actions bot added the solved label Aug 7, 2024
@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how-to How to issues reported by users solved stale 15 days without activity triage Triage is needed
Projects
None yet
Development

No branches or pull requests

6 participants
@gongomgra @bitnami-bot @dpoleni @florence0239 and others