init : articles varlog (migration depuis rsync)

This commit is contained in:
Cédrix
2026-05-15 10:37:48 +02:00
commit b0716911b3
5573 changed files with 107423 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

@@ -0,0 +1,16 @@
# Composer
![Composer](logo-composer-transparent.png)
## - Installer
```BASH
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'e0012edf3e80b6978849f5eff0d4b4e4c79ff1609dd1e613307e16318854d24ae64f26d17af3ef0bf7cfb710ca74755a') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
sudo mv composer.phar /usr/local/bin/composer
```
@@ -0,0 +1,18 @@
{
"uuid": "19b9ff4b-12f8-454e-a4d5-93ade3a84de7",
"slug": "composer",
"title": "Composer",
"author": "cedric@abonnel.fr",
"published": true,
"published_at": "2020-05-23 20:40:53",
"created_at": "2020-05-23 20:40:53",
"updated_at": "2020-05-23 20:40:53",
"revisions": [],
"cover": "",
"files_meta": [],
"external_links": [],
"seo_title": "",
"seo_description": "",
"og_image": "",
"category": "Informatique"
}