[Script request]: LAMP ( Linux Apache MySQL PHP) #6666
-
Application NameLAMP ( Linux Apache MySQL PHP) Websitehttps://de.wikipedia.org/wiki/LAMP_(Softwarepaket) DescriptionI search a LXC Container with LAMP ( Linux Apache MySQL PHP). So far, there is no LXC script for a simple web server with Apache and PHP. Due Diligence
|
Beta Was this translation helpful? Give feedback.
Answered by
tremor021
Aug 8, 2025
Replies: 1 comment
-
Create debian LXC from template, then: source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
PHP_VERSION="8.4" PHP_APACHE="YES" setup_php
setup_mysql You're welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tremor021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create debian LXC from template, then:
You're welcome