Last active
December 21, 2023 17:23
-
-
Save wouerner/2af9cc2363ced56e25a4b91905ce20f1 to your computer and use it in GitHub Desktop.
MonarcAppFO - install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu 22.04 | |
sudo apt-get install zip unzip git gettext curl jq | |
# Maria DB | |
sudo apt-get install mariadb-client mariadb-server | |
sudo mysql_secure_installation | |
#apache | |
sudo apt-get install apache2 | |
sudo a2dismod status | |
sudo a2enmod ssl | |
sudo a2enmod rewrite | |
sudo a2enmod headers | |
# php | |
sudo apt-get install php apache2 libapache2-mod-php php-curl php-gd php-mysql php-pear php-xml php-mbstring php-intl php-imagick php-zip php-bcmath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment