Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active March 14, 2022 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clonn/605d13e6e762c915d21d8d47b238c0b8 to your computer and use it in GitHub Desktop.
Save clonn/605d13e6e762c915d21d8d47b238c0b8 to your computer and use it in GitHub Desktop.
easyappointment install require on ubuntu 20.04
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