Last active
March 14, 2022 17:58
-
-
Save clonn/605d13e6e762c915d21d8d47b238c0b8 to your computer and use it in GitHub Desktop.
easyappointment install require on ubuntu 20.04
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
sudo apt-get install php7.4-cli | |
sudo apt-get install php-curl | |
sudo apt-get install php7.4-gd | |
sudo apt install php-xml | |
# install composer | |
# https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-20-04 | |
composer update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment