api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

packages.sh 251B

1234567891011
  1. #!/bin/bash
  2. # update should not be needed
  3. # yum -y upgdate
  4. # install: php / mysql / postgres / sqlite / tools
  5. yum -y install \
  6. php-cli php-xml \
  7. mariadb-server mariadb php-mysql \
  8. postgresql-server postgresql php-pgsql \
  9. sqlite php-sqlite3 \
  10. git wget