Skip to content

Instantly share code, notes, and snippets.

@wouerner
Last active December 21, 2023 17:23
Show Gist options
  • Save wouerner/2af9cc2363ced56e25a4b91905ce20f1 to your computer and use it in GitHub Desktop.
Save wouerner/2af9cc2363ced56e25a4b91905ce20f1 to your computer and use it in GitHub Desktop.
MonarcAppFO - install
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