Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active March 14, 2022 17:58
Show Gist options
  • Save clonn/605d13e6e762c915d21d8d47b238c0b8 to your computer and use it in GitHub Desktop.
Save clonn/605d13e6e762c915d21d8d47b238c0b8 to your computer and use it in GitHub Desktop.

Revisions

  1. clonn renamed this gist Mar 14, 2022. 1 changed file with 0 additions and 0 deletions.
  2. clonn created this gist Mar 14, 2022.
    9 changes: 9 additions & 0 deletions easyappointment_ubuntu20.04
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@

    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