2 1.1 Requirements
Simon Vieille edited this page 2018-10-09 16:32:12 +02:00
  • PHP >= 5.4 with PDO
  • GIT
  • MySQL or SQLite (PostgreSQL should work)
  • Composer (php)
  • NPM (nodejs)
$ sudo apt install npm php php-mysql mysql-server php-sqlite git
$ git config --global user.email "you@example.com"
$ git config --global user.name "Your Name"
$ curl -sS https://getcomposer.org/installer | php
$ chmod +x composer.phar
$ sudo mv composer.phar /usr/local/bin/composer

Previous: 1.-Gist / Next: 1.2-Installation